org.apache.poi.xslf.model
Class TextBodyPropertyFetcher
java.lang.Object
org.apache.poi.xslf.model.PropertyFetcher
org.apache.poi.xslf.model.TextBodyPropertyFetcher
public abstract class TextBodyPropertyFetcher
- extends PropertyFetcher
Created by IntelliJ IDEA.
User: yegor
Date: Oct 21, 2011
Time: 1:18:52 PM
To change this template use File | Settings | File Templates.
Method Summary |
abstract boolean |
fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties props)
|
boolean |
fetch(XSLFSimpleShape shape)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextBodyPropertyFetcher
public TextBodyPropertyFetcher()
fetch
public boolean fetch(XSLFSimpleShape shape)
- Specified by:
fetch
in class PropertyFetcher
- Parameters:
shape
- the shape being examined
- Returns:
- true if the desired property was fetched
fetch
public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties props)