@Internal public abstract class PropertyFetcher<T> extends java.lang.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 © 2005-2010 Potix Corporation. All Rights Reserved.