Class CharacterPropertyFetcher<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean fetch​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties props)  
      boolean fetch​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)  
      • Methods inherited from class java.lang.Object

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

      • CharacterPropertyFetcher

        public CharacterPropertyFetcher​(int level)
    • Method Detail

      • fetch

        public boolean fetch​(org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties props)
        Specified by:
        fetch in class ParagraphPropertyFetcher<T>
      • fetch

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