Class ParagraphPropertyFetcher<T>


  • @Internal
    public abstract class ParagraphPropertyFetcher<T>
    extends java.lang.Object
    Used internally to navigate the paragraph text style hierarchy within a shape and fetch properties
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean fetch​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)  
      boolean fetch​(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape)  
      T getValue()  
      void setValue​(T val)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParagraphPropertyFetcher

        public ParagraphPropertyFetcher​(int level)
    • Method Detail

      • 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)