@Beta public interface TextContainer
Modifier and Type | Method and Description |
---|---|
<R> Optional<R> |
findDefinedParagraphProperty(Function<CTTextParagraphProperties,Boolean> isSet,
Function<CTTextParagraphProperties,R> getter) |
<R> Optional<R> |
findDefinedRunProperty(Function<CTTextCharacterProperties,Boolean> isSet,
Function<CTTextCharacterProperties,R> getter) |
<R> Optional<R> findDefinedParagraphProperty(Function<CTTextParagraphProperties,Boolean> isSet, Function<CTTextParagraphProperties,R> getter)
<R> Optional<R> findDefinedRunProperty(Function<CTTextCharacterProperties,Boolean> isSet, Function<CTTextCharacterProperties,R> getter)
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.