ParagraphPropertyFetcher
, TextBodyPropertyFetcher
@Internal public abstract class PropertyFetcher<T> extends java.lang.Object
Constructor | Description |
---|---|
PropertyFetcher() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
fetch(XSLFSimpleShape shape) |
|
T |
getValue() |
|
void |
setValue(T val) |
public abstract boolean fetch(XSLFSimpleShape shape)
shape
- the shape being examinedpublic T getValue()
public void setValue(T val)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.