|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xslf.model.PropertyFetcher<T>
@Internal public abstract class PropertyFetcher<T>
Used internally to navigate the PresentationML text style hierarchy and fetch properties
Constructor Summary | |
---|---|
PropertyFetcher()
|
Method Summary | |
---|---|
abstract boolean |
fetch(XSLFSimpleShape shape)
|
T |
getValue()
|
void |
setValue(T val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyFetcher()
Method Detail |
---|
public abstract boolean fetch(XSLFSimpleShape shape)
shape
- the shape being examined
public T getValue()
public void setValue(T val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |