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

    Modifier and Type
    Method
    Description
    <R> Optional<R>
    findDefinedParagraphProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,R> getter)
     
    <R> Optional<R>
    findDefinedRunProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,R> getter)
     
  • Method Details

    • findDefinedParagraphProperty

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

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