public class CTLegendEntry extends java.lang.Object implements Child
Java class for CT_LegendEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_LegendEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt"/>
<choice>
<element name="delete" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_LegendEntryData"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBoolean |
delete |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTLegendEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBoolean |
getDelete()
Gets the value of the delete property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setDelete(CTBoolean value)
Sets the value of the delete property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setParent(java.lang.Object parent) |
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTUnsignedInt idx
protected CTBoolean delete
protected CTTextBody txPr
protected CTExtensionList extLst
public CTUnsignedInt getIdx()
CTUnsignedIntpublic void setIdx(CTUnsignedInt value)
value - allowed object is
CTUnsignedIntpublic CTBoolean getDelete()
CTBooleanpublic void setDelete(CTBoolean value)
value - allowed object is
CTBooleanpublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.