Class TextBodyPropertyFetcher<T>

java.lang.Object
org.apache.poi.xslf.model.PropertyFetcher<T>
org.apache.poi.xslf.model.TextBodyPropertyFetcher<T>

public abstract class TextBodyPropertyFetcher<T> extends PropertyFetcher<T>
  • Constructor Details

    • TextBodyPropertyFetcher

      public TextBodyPropertyFetcher()
  • Method Details

    • fetch

      public boolean fetch(XSLFShape shape)
      Specified by:
      fetch in class PropertyFetcher<T>
      Parameters:
      shape - the shape being examined
      Returns:
      true if the desired property was fetched
    • fetch

      public abstract boolean fetch(CTTextBodyProperties props)