public class CTDLbls extends java.lang.Object implements Child
Java class for CT_DLbls complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DLbls">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbl" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="delete" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}Group_DLbls"/>
</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 java.util.List<CTDLbl> |
dLbl |
protected CTDLblPos |
dLblPos |
protected CTExtensionList |
extLst |
protected CTChartLines |
leaderLines |
protected CTNumFmt |
numFmt |
protected java.lang.String |
separator |
protected CTBoolean |
showBubbleSize |
protected CTBoolean |
showCatName |
protected CTBoolean |
showLeaderLines |
protected CTBoolean |
showLegendKey |
protected CTBoolean |
showPercent |
protected CTBoolean |
showSerName |
protected CTBoolean |
showVal |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTDLbls() |
| 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.
|
java.util.List<CTDLbl> |
getDLbl()
Gets the value of the dLbl property.
|
CTDLblPos |
getDLblPos()
Gets the value of the dLblPos property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTChartLines |
getLeaderLines()
Gets the value of the leaderLines property.
|
CTNumFmt |
getNumFmt()
Gets the value of the numFmt property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getSeparator()
Gets the value of the separator property.
|
CTBoolean |
getShowBubbleSize()
Gets the value of the showBubbleSize property.
|
CTBoolean |
getShowCatName()
Gets the value of the showCatName property.
|
CTBoolean |
getShowLeaderLines()
Gets the value of the showLeaderLines property.
|
CTBoolean |
getShowLegendKey()
Gets the value of the showLegendKey property.
|
CTBoolean |
getShowPercent()
Gets the value of the showPercent property.
|
CTBoolean |
getShowSerName()
Gets the value of the showSerName property.
|
CTBoolean |
getShowVal()
Gets the value of the showVal property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setDelete(CTBoolean value)
Sets the value of the delete property.
|
void |
setDLblPos(CTDLblPos value)
Sets the value of the dLblPos property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLeaderLines(CTChartLines value)
Sets the value of the leaderLines property.
|
void |
setNumFmt(CTNumFmt value)
Sets the value of the numFmt property.
|
void |
setParent(java.lang.Object parent) |
void |
setSeparator(java.lang.String value)
Sets the value of the separator property.
|
void |
setShowBubbleSize(CTBoolean value)
Sets the value of the showBubbleSize property.
|
void |
setShowCatName(CTBoolean value)
Sets the value of the showCatName property.
|
void |
setShowLeaderLines(CTBoolean value)
Sets the value of the showLeaderLines property.
|
void |
setShowLegendKey(CTBoolean value)
Sets the value of the showLegendKey property.
|
void |
setShowPercent(CTBoolean value)
Sets the value of the showPercent property.
|
void |
setShowSerName(CTBoolean value)
Sets the value of the showSerName property.
|
void |
setShowVal(CTBoolean value)
Sets the value of the showVal property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected java.util.List<CTDLbl> dLbl
protected CTBoolean delete
protected CTNumFmt numFmt
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTDLblPos dLblPos
protected CTBoolean showLegendKey
protected CTBoolean showVal
protected CTBoolean showCatName
protected CTBoolean showSerName
protected CTBoolean showPercent
protected CTBoolean showBubbleSize
protected java.lang.String separator
protected CTBoolean showLeaderLines
protected CTChartLines leaderLines
protected CTExtensionList extLst
public java.util.List<CTDLbl> getDLbl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dLbl property.
For example, to add a new item, do as follows:
getDLbl().add(newItem);
Objects of the following type(s) are allowed in the list
CTDLbl
public CTBoolean getDelete()
CTBooleanpublic void setDelete(CTBoolean value)
value - allowed object is
CTBooleanpublic CTNumFmt getNumFmt()
CTNumFmtpublic void setNumFmt(CTNumFmt value)
value - allowed object is
CTNumFmtpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTDLblPos getDLblPos()
CTDLblPospublic void setDLblPos(CTDLblPos value)
value - allowed object is
CTDLblPospublic CTBoolean getShowLegendKey()
CTBooleanpublic void setShowLegendKey(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowVal()
CTBooleanpublic void setShowVal(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowCatName()
CTBooleanpublic void setShowCatName(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowSerName()
CTBooleanpublic void setShowSerName(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowPercent()
CTBooleanpublic void setShowPercent(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowBubbleSize()
CTBooleanpublic void setShowBubbleSize(CTBoolean value)
value - allowed object is
CTBooleanpublic java.lang.String getSeparator()
Stringpublic void setSeparator(java.lang.String value)
value - allowed object is
Stringpublic CTBoolean getShowLeaderLines()
CTBooleanpublic void setShowLeaderLines(CTBoolean value)
value - allowed object is
CTBooleanpublic CTChartLines getLeaderLines()
CTChartLinespublic void setLeaderLines(CTChartLines value)
value - allowed object is
CTChartLinespublic 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–2023. All rights reserved.