|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.model.PropertyFetcher
public abstract class PropertyFetcher
Used internally to navigate the PresentationML text style hierarchy and fetch properties
Constructor Summary | |
---|---|
PropertyFetcher()
|
Method Summary | |
---|---|
abstract boolean |
fetch(XSLFSimpleShape shape)
|
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object val)
|
Methods inherited from class java.lang.Object |
---|
equals, 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 java.lang.Object getValue()
public void setValue(java.lang.Object val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |