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>
-
public abstract class CharacterPropertyFetcher<T> extends ParagraphPropertyFetcher<T>
-
-
Constructor Summary
Constructors Constructor Description CharacterPropertyFetcher(int level)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
fetch(CTTextCharacterProperties props)
boolean
fetch(CTTextParagraphProperties props)
-
Methods inherited from class org.apache.poi.xslf.model.ParagraphPropertyFetcher
fetch
-
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
-
-
-
-
Method Detail
-
fetch
public boolean fetch(CTTextParagraphProperties props)
- Specified by:
fetch
in classParagraphPropertyFetcher<T>
-
fetch
public abstract boolean fetch(CTTextCharacterProperties props)
-
-