Package org.apache.poi.xslf.model
Class CharacterPropertyFetcher<T>
java.lang.Object
org.apache.poi.xslf.model.PropertyFetcher<T>
org.apache.poi.xslf.model.ParagraphPropertyFetcher<T>
org.apache.poi.xslf.model.CharacterPropertyFetcher<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.xslf.model.ParagraphPropertyFetcher
fetch
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
-
Constructor Details
-
CharacterPropertyFetcher
public CharacterPropertyFetcher(int level)
-
-
Method Details
-
fetch
public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) - Specified by:
fetch
in classParagraphPropertyFetcher<T>
-
fetch
public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props)
-