Package org.apache.poi.xslf.model
Class CharacterPropertyFetcher<T>
java.lang.Object
org.apache.poi.xslf.model.PropertyFetcher<T>
org.apache.poi.xslf.model.CharacterPropertyFetcher<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, isSet, setValue
-
Constructor Details
-
CharacterPropertyFetcher
public CharacterPropertyFetcher(XSLFTextRun run, CharacterPropertyFetcher.CharPropFetcher<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
-