Package org.apache.poi.xslf.model
Class ParagraphPropertyFetcher<T>
java.lang.Object
org.apache.poi.xslf.model.PropertyFetcher<T>
org.apache.poi.xslf.model.ParagraphPropertyFetcher<T>
- Direct Known Subclasses:
CharacterPropertyFetcher
- Author:
- Yegor Kozlov
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
-
Constructor Details
-
ParagraphPropertyFetcher
public ParagraphPropertyFetcher(int level)
-
-
Method Details
-
fetch
- 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(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
-