Class XDDFLegendEntry

    • 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​(Boolean delete)
      • getIndex

        public long getIndex()
      • setIndex

        public void setIndex​(long index)
      • findDefinedParagraphProperty

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

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