public class CTDataLabels extends Object implements Child
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 List<CTDataLabel> |
dataLabel |
protected List<CTDataLabelHidden> |
dataLabelHidden |
protected CTExtensionList |
extLst |
protected CTNumberFormat |
numFmt |
protected STDataLabelPos |
pos |
protected String |
separator |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
protected CTDataLabelVisibilities |
visibility |
| Constructor and Description |
|---|
CTDataLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
List<CTDataLabel> |
getDataLabel()
Gets the value of the dataLabel property.
|
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setNumFmt(CTNumberFormat value)
Sets the value of the numFmt property.
|
void |
setParent(Object parent) |
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 List<CTDataLabel> dataLabel
protected 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 String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic 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 JAXB 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 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 JAXB 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
STDataLabelPospublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.