Package org.apache.poi.xslf.model
Class PropertyFetcher<T>
- java.lang.Object
-
- org.apache.poi.xslf.model.PropertyFetcher<T>
-
- Direct Known Subclasses:
ParagraphPropertyFetcher
,TextBodyPropertyFetcher
@Internal public abstract class PropertyFetcher<T> extends java.lang.Object
Used internally to navigate the PresentationML text style hierarchy and fetch properties
-
-
Constructor Summary
Constructors Constructor Description PropertyFetcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
fetch(XSLFShape shape)
T
getValue()
void
setValue(T val)
-