Documentation of 'org.apache.poi.xssf.model.ParagraphPropertyFetcher' Java class
ParagraphPropertyFetcher
org.apache.poi.xssf.model

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 and Description
      boolean fetch(org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape shape) 
      abstract boolean fetch(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props) 
      T getValue() 
      void setValue(T val) 
      • Methods inherited from class java.lang.Object

        equals, 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)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.