Uses of Class
org.apache.poi.xslf.model.PropertyFetcher
-
Packages that use PropertyFetcher Package Description org.apache.poi.xslf.model org.apache.poi.xslf.usermodel -
-
Uses of PropertyFetcher in org.apache.poi.xslf.model
Subclasses of PropertyFetcher in org.apache.poi.xslf.model Modifier and Type Class Description classCharacterPropertyFetcher<T>classParagraphPropertyFetcher<T>classTextBodyPropertyFetcher<T> -
Uses of PropertyFetcher in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type PropertyFetcher Modifier and Type Method Description booleanXSLFShape. fetchShapeProperty(PropertyFetcher<?> visitor)Walk up the inheritance tree and fetch shape properties.
-