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 Summary
Constructors Modifier Constructor Description protectedXDDFLegendEntry(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry)
-
Method Summary
All Methods Instance Methods Concrete 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)booleangetDelete()XDDFChartExtensionListgetExtensionList()longgetIndex()XDDFTextBodygetTextBody()protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntrygetXmlObject()voidsetDelete(Boolean delete)voidsetExtensionList(XDDFChartExtensionList list)voidsetIndex(long index)voidsetTextBody(XDDFTextBody body)
-
-
-
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()
-
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(Predicate<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties> isSet, Function<org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraphProperties,R> getter)
- Specified by:
findDefinedParagraphPropertyin interfaceTextContainer
-
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:
findDefinedRunPropertyin interfaceTextContainer
-
-