Class CharacterPropertyFetcher<T>


public abstract class CharacterPropertyFetcher<T> extends ParagraphPropertyFetcher<T>
  • Constructor Details

    • CharacterPropertyFetcher

      public CharacterPropertyFetcher(int level)
  • Method Details

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