Class XDDFLegendEntry
java.lang.Object
org.apache.poi.xddf.usermodel.chart.XDDFLegendEntry
- All Implemented Interfaces:
TextContainer
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XDDFLegendEntry
(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) boolean
long
getIndex()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTLegendEntry
void
void
void
setIndex
(long index) void
setTextBody
(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:
findDefinedParagraphProperty
in 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:
findDefinedRunProperty
in interfaceTextContainer
-