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 Object
Used internally to navigate the PresentationML text style hierarchy and fetch properties
Author:
Yegor Kozlov
  • Constructor Details

    • PropertyFetcher

      public PropertyFetcher()
  • Method Details

    • fetch

      public abstract boolean fetch(XSLFShape shape)
      Parameters:
      shape - the shape being examined
      Returns:
      true if the desired property was fetched
    • getValue

      public T getValue()
    • setValue

      public void setValue(T val)