public class CTDataLabels
extends java.lang.Object
Java class for CT_DataLabels complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataLabels">
<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="dataLabel" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataLabel" maxOccurs="unbounded" minOccurs="0"/>
<element name="dataLabelHidden" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_DataLabelHidden" maxOccurs="unbounded" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="pos" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DataLabelPos" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CTDataLabel> |
dataLabel |
protected java.util.List<CTDataLabelHidden> |
dataLabelHidden |
protected CTExtensionList |
extLst |
protected CTNumberFormat |
numFmt |
protected STDataLabelPos |
pos |
protected java.lang.String |
separator |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
protected CTDataLabelVisibilities |
visibility |
| Constructor and Description |
|---|
CTDataLabels() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CTDataLabel> |
getDataLabel()
Gets the value of the dataLabel property.
|
java.util.List<CTDataLabelHidden> |
getDataLabelHidden()
Gets the value of the dataLabelHidden property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTNumberFormat |
getNumFmt()
Gets the value of the numFmt property.
|
STDataLabelPos |
getPos()
Gets the value of the pos property.
|
java.lang.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 |
setNumFmt(CTNumberFormat value)
Sets the value of the numFmt property.
|
void |
setPos(STDataLabelPos value)
Sets the value of the pos property.
|
void |
setSeparator(java.lang.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 java.lang.String separator
protected java.util.List<CTDataLabel> dataLabel
protected java.util.List<CTDataLabelHidden> dataLabelHidden
protected CTExtensionList extLst
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 java.lang.String getSeparator()
Stringpublic void setSeparator(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<CTDataLabel> getDataLabel()
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 javax XML Binding object.
This is why there is not a set method for the dataLabel property.
For example, to add a new item, do as follows:
getDataLabel().add(newItem);
Objects of the following type(s) are allowed in the list
CTDataLabel
public java.util.List<CTDataLabelHidden> getDataLabelHidden()
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 javax XML Binding object.
This is why there is not a set method for the dataLabelHidden property.
For example, to add a new item, do as follows:
getDataLabelHidden().add(newItem);
Objects of the following type(s) are allowed in the list
CTDataLabelHidden
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STDataLabelPos getPos()
STDataLabelPospublic void setPos(STDataLabelPos value)
value - allowed object is
STDataLabelPosCopyright © 2007–2023. All rights reserved.