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>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionParagraphPropertyFetcher(XSLFTextParagraph para, ParagraphPropertyFetcher.ParaPropFetcher<T> fetcher) -
Method Summary
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, isSet, setValue
-
Constructor Details
-
ParagraphPropertyFetcher
public ParagraphPropertyFetcher(XSLFTextParagraph para, ParagraphPropertyFetcher.ParaPropFetcher<T> fetcher)
-
-
Method Details
-
fetch
- Specified by:
fetchin classPropertyFetcher<T>- Parameters:
shape- the shape being examined- Returns:
- true if the desired property was fetched
-
fetchProperty
-