Class XDDFLegendEntry

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected XDDFLegendEntry​(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry)  
    • Constructor Detail

      • XDDFLegendEntry

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

      • getXmlObject

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

        public void setTextBody​(XDDFTextBody body)
      • getDelete

        public boolean getDelete()
      • setDelete

        public void setDelete​(java.lang.Boolean delete)
      • getIndex

        public long getIndex()
      • setIndex

        public void setIndex​(long index)
      • findDefinedParagraphProperty

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

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