public class CTDLbl extends Object
Java class for CT_DLbl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DLbl">
<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}Group_DLbl"/>
</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 CTDLblPos |
dLblPos |
protected CTExtensionList |
extLst |
protected CTUnsignedInt |
idx |
protected CTLayout |
layout |
protected CTNumFmt |
numFmt |
protected String |
separator |
protected CTBoolean |
showBubbleSize |
protected CTBoolean |
showCatName |
protected CTBoolean |
showLegendKey |
protected CTBoolean |
showPercent |
protected CTBoolean |
showSerName |
protected CTBoolean |
showVal |
protected CTShapeProperties |
spPr |
protected CTTx |
tx |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTDLbl() |
| Modifier and Type | Method and Description |
|---|---|
CTBoolean |
getDelete()
Gets the value of the delete property.
|
CTDLblPos |
getDLblPos()
Gets the value of the dLblPos property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTUnsignedInt |
getIdx()
Gets the value of the idx property.
|
CTLayout |
getLayout()
Gets the value of the layout 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 |
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.
|
CTTx |
getTx()
Gets the value of the tx 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 |
setIdx(CTUnsignedInt value)
Sets the value of the idx property.
|
void |
setLayout(CTLayout value)
Sets the value of the layout 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 |
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 |
setTx(CTTx value)
Sets the value of the tx property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTUnsignedInt idx
protected CTBoolean delete
protected CTLayout layout
protected CTTx tx
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 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 CTLayout getLayout()
CTLayoutpublic void setLayout(CTLayout value)
value - allowed object is
CTLayoutpublic void setTx(CTTx value)
value - allowed object is
CTTxpublic 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 String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.