org.apache.poi.xslf.model
Class PropertyFetcher

java.lang.Object
  extended by org.apache.poi.xslf.model.PropertyFetcher
Direct Known Subclasses:
ParagraphPropertyFetcher, TextBodyPropertyFetcher

public abstract class PropertyFetcher
extends java.lang.Object

Used internally to navigate the PresentationML text style hierarchy and fetch properties

Author:
Yegor Kozlov

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

PropertyFetcher

public PropertyFetcher()
Method Detail

fetch

public abstract boolean fetch(XSLFSimpleShape shape)
Parameters:
shape - the shape being examined
Returns:
true if the desired property was fetched

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object val)