public class CTDLbls extends Object
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 List<CTDLbl> |
dLbl |
protected CTDLblPos |
dLblPos |
protected CTExtensionList |
extLst |
protected CTChartLines |
leaderLines |
protected CTNumFmt |
numFmt |
protected 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 |
---|---|
CTBoolean |
getDelete()
Gets the value of the delete property.
|
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.
|
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 |
setSeparator(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 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 String separator
protected CTBoolean showLeaderLines
protected CTChartLines leaderLines
protected CTExtensionList extLst
public 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()
CTBoolean
public void setDelete(CTBoolean value)
value
- allowed object is
CTBoolean
public CTNumFmt getNumFmt()
CTNumFmt
public void setNumFmt(CTNumFmt value)
value
- allowed object is
CTNumFmt
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTextBody getTxPr()
CTTextBody
public void setTxPr(CTTextBody value)
value
- allowed object is
CTTextBody
public CTDLblPos getDLblPos()
CTDLblPos
public void setDLblPos(CTDLblPos value)
value
- allowed object is
CTDLblPos
public CTBoolean getShowLegendKey()
CTBoolean
public void setShowLegendKey(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowVal()
CTBoolean
public void setShowVal(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowCatName()
CTBoolean
public void setShowCatName(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowSerName()
CTBoolean
public void setShowSerName(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowPercent()
CTBoolean
public void setShowPercent(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowBubbleSize()
CTBoolean
public void setShowBubbleSize(CTBoolean value)
value
- allowed object is
CTBoolean
public String getSeparator()
String
public void setSeparator(String value)
value
- allowed object is
String
public CTBoolean getShowLeaderLines()
CTBoolean
public void setShowLeaderLines(CTBoolean value)
value
- allowed object is
CTBoolean
public CTChartLines getLeaderLines()
CTChartLines
public void setLeaderLines(CTChartLines value)
value
- allowed object is
CTChartLines
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2018. All Rights Reserved.