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>
-
@Internal public final class CharacterPropertyFetcher<T> extends PropertyFetcher<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CharacterPropertyFetcher.CharPropFetcher<S>
-
Constructor Summary
Constructors Constructor Description CharacterPropertyFetcher(XSLFTextRun run, CharacterPropertyFetcher.CharPropFetcher<T> fetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fetch(XSLFShape shape)
T
fetchProperty(XSLFShape shape)
-
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, isSet, setValue
-
-
-
-
Constructor Detail
-
CharacterPropertyFetcher
public CharacterPropertyFetcher(XSLFTextRun run, CharacterPropertyFetcher.CharPropFetcher<T> fetcher)
-
-