Interface TextContainer

    • Method Detail

      • findDefinedParagraphProperty

        <R> Optional<R> findDefinedParagraphProperty​(Predicate<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties> isSet,
                                                     Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,​R> getter)
      • findDefinedRunProperty

        <R> Optional<R> findDefinedRunProperty​(Predicate<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties> isSet,
                                               Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,​R> getter)