Class XDDFLegendEntry

java.lang.Object
org.apache.poi.xddf.usermodel.chart.XDDFLegendEntry
All Implemented Interfaces:
TextContainer

@Beta public class XDDFLegendEntry extends Object implements TextContainer
  • Constructor Details

    • XDDFLegendEntry

      @Internal protected XDDFLegendEntry(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry)
  • Method Details

    • getXmlObject

      @Internal protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry getXmlObject()
    • getTextBody

      public XDDFTextBody getTextBody()
    • setTextBody

      public void setTextBody(XDDFTextBody body)
    • getDelete

      public boolean getDelete()
    • setDelete

      public void setDelete(Boolean delete)
    • getIndex

      public long getIndex()
    • setIndex

      public void setIndex(long index)
    • setExtensionList

      public void setExtensionList(XDDFChartExtensionList list)
    • getExtensionList

      public XDDFChartExtensionList getExtensionList()
    • findDefinedParagraphProperty

      public <R> Optional<R> findDefinedParagraphProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,R> getter)
      Specified by:
      findDefinedParagraphProperty in interface TextContainer
    • findDefinedRunProperty

      public <R> Optional<R> findDefinedRunProperty(Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,Boolean> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties,R> getter)
      Specified by:
      findDefinedRunProperty in interface TextContainer