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 class
CharacterPropertyFetcher<T>
class
ParagraphPropertyFetcher<T>
class
TextBodyPropertyFetcher<T>
Created by IntelliJ IDEA. -
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 protected boolean
XSLFShape. fetchShapeProperty(PropertyFetcher<?> visitor)
Walk up the inheritance tree and fetch shape properties.
-