Uses of Class
org.apache.poi.xslf.model.PropertyFetcher

Packages that use PropertyFetcher
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
 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
protected  boolean XSLFShape.fetchShapeProperty(PropertyFetcher<?> visitor)
          Walk up the inheritance tree and fetch shape properties.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.