Class ParagraphPropertyFetcher<T>

java.lang.Object
org.apache.poi.xssf.model.ParagraphPropertyFetcher<T>

@Internal public abstract class ParagraphPropertyFetcher<T> extends Object
Used internally to navigate the paragraph text style hierarchy within a shape and fetch properties
  • Constructor Details

    • ParagraphPropertyFetcher

      public ParagraphPropertyFetcher(int level)
  • Method Details

    • getValue

      public T getValue()
    • setValue

      public void setValue(T val)
    • fetch

      public boolean fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape)
      Parameters:
      shape - the shape being examined
      Returns:
      true if the desired property was fetched
    • fetch

      public abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)