public class CTDataLabel extends Object
Java class for CT_DataLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numFmt" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_NumberFormat" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
<element name="visibility" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataLabelVisibilities" minOccurs="0"/>
<element name="separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="idx" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="pos" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DataLabelPos" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected long |
idx |
protected CTNumberFormat |
numFmt |
protected STDataLabelPos |
pos |
protected String |
separator |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
protected CTDataLabelVisibilities |
visibility |
| Constructor and Description |
|---|
CTDataLabel() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getIdx()
Gets the value of the idx property.
|
CTNumberFormat |
getNumFmt()
Gets the value of the numFmt property.
|
STDataLabelPos |
getPos()
Gets the value of the pos property.
|
String |
getSeparator()
Gets the value of the separator property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
CTDataLabelVisibilities |
getVisibility()
Gets the value of the visibility property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setIdx(long value)
Sets the value of the idx property.
|
void |
setNumFmt(CTNumberFormat value)
Sets the value of the numFmt property.
|
void |
setPos(STDataLabelPos value)
Sets the value of the pos property.
|
void |
setSeparator(String value)
Sets the value of the separator property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
void |
setVisibility(CTDataLabelVisibilities value)
Sets the value of the visibility property.
|
protected CTNumberFormat numFmt
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTDataLabelVisibilities visibility
protected String separator
protected CTExtensionList extLst
protected long idx
protected STDataLabelPos pos
public CTNumberFormat getNumFmt()
CTNumberFormatpublic void setNumFmt(CTNumberFormat value)
value - allowed object is
CTNumberFormatpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTDataLabelVisibilities getVisibility()
CTDataLabelVisibilitiespublic void setVisibility(CTDataLabelVisibilities value)
value - allowed object is
CTDataLabelVisibilitiespublic String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getIdx()
public void setIdx(long value)
public STDataLabelPos getPos()
STDataLabelPospublic void setPos(STDataLabelPos value)
value - allowed object is
STDataLabelPosCopyright © 2007-2022. All Rights Reserved.