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()
CTUnsignedInt
public void setIdx(CTUnsignedInt value)
value
- allowed object is
CTUnsignedInt
public CTBoolean getDelete()
CTBoolean
public void setDelete(CTBoolean value)
value
- allowed object is
CTBoolean
public CTLayout getLayout()
CTLayout
public void setLayout(CTLayout value)
value
- allowed object is
CTLayout
public void setTx(CTTx value)
value
- allowed object is
CTTx
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 CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.