Package org.apache.poi.xslf.model
Class TextBodyPropertyFetcher<T>
- java.lang.Object
-
- org.apache.poi.xslf.model.PropertyFetcher<T>
-
- org.apache.poi.xslf.model.TextBodyPropertyFetcher<T>
-
public abstract class TextBodyPropertyFetcher<T> extends PropertyFetcher<T>
Created by IntelliJ IDEA. User: yegor Date: Oct 21, 2011 Time: 1:18:52 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description TextBodyPropertyFetcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
fetch(XSLFShape shape)
abstract boolean
fetch(CTTextBodyProperties props)
-
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
-
-
-
-
Method Detail
-
fetch
public boolean fetch(XSLFShape shape)
- Specified by:
fetch
in classPropertyFetcher<T>
- Parameters:
shape
- the shape being examined- Returns:
- true if the desired property was fetched
-
fetch
public abstract boolean fetch(CTTextBodyProperties props)
-
-