@Internal public abstract class PropertyFetcher<T> extends Object
| Constructor and Description |
|---|
PropertyFetcher() |
| Modifier and Type | Method and 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 © 2020. All rights reserved.