Class XDDFLegendEntry
java.lang.Object
org.apache.poi.xddf.usermodel.chart.XDDFLegendEntry
- All Implemented Interfaces:
TextContainer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXDDFLegendEntry(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry) -
Method Summary
Modifier and TypeMethodDescription<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) booleanlonggetIndex()protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntryvoidvoidvoidsetIndex(long index) voidsetTextBody(XDDFTextBody body)
-
Constructor Details
-
XDDFLegendEntry
@Internal protected XDDFLegendEntry(org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry entry)
-
-
Method Details
-
getXmlObject
-
getTextBody
-
setTextBody
-
getDelete
public boolean getDelete() -
setDelete
-
getIndex
public long getIndex() -
setIndex
public void setIndex(long index) -
setExtensionList
-
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:
findDefinedParagraphPropertyin interfaceTextContainer
-
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:
findDefinedRunPropertyin interfaceTextContainer
-