Interface TextContainer
-
- All Known Implementing Classes:
XDDFChart,XDDFChartLegend,XDDFLegendEntry,XSLFAutoShape,XSLFChart,XSLFFreeformShape,XSLFTableCell,XSLFTextBox,XSLFTextShape,XSSFChart,XSSFObjectData,XSSFSimpleShape,XSSFTextBox,XWPFChart
@Beta public interface TextContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> Optional<R>findDefinedParagraphProperty(Predicate<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,R> getter)<R> Optional<R>findDefinedRunProperty(Predicate<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,R> getter)
-