Package org.apache.poi.xslf.model
Class ParagraphPropertyFetcher<T>
- java.lang.Object
-
- org.apache.poi.xslf.model.PropertyFetcher<T>
-
- org.apache.poi.xslf.model.ParagraphPropertyFetcher<T>
-
- Direct Known Subclasses:
CharacterPropertyFetcher
public abstract class ParagraphPropertyFetcher<T> extends PropertyFetcher<T>
-
-
Constructor Summary
Constructors Constructor Description ParagraphPropertyFetcher(int level)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
fetch(XSLFShape shape)
abstract boolean
fetch(CTTextParagraphProperties props)
-
Methods inherited from class org.apache.poi.xslf.model.PropertyFetcher
getValue, setValue
-
-
-
-
Method Detail
-
fetch
public boolean fetch(XSLFShape shape)
- Specified by:
fetch
in classPropertyFetcher<T>
- Parameters:
shape
- the shape being examined- Returns:
- true if the desired property was fetched
-
fetch
public abstract boolean fetch(CTTextParagraphProperties props)
-
-