Class CTDataLabels
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<CTDataLabel>dataLabelprotected java.util.List<CTDataLabelHidden>dataLabelHiddenprotected CTExtensionListextLstprotected CTNumberFormatnumFmtprotected STDataLabelPosposprotected java.lang.Stringseparatorprotected CTShapePropertiesspPrprotected CTTextBodytxPrprotected CTDataLabelVisibilitiesvisibility -
Constructor Summary
Constructors Constructor Description CTDataLabels() -
Method Summary
Modifier and Type Method 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.CTExtensionListgetExtLst()Gets the value of the extLst property.CTNumberFormatgetNumFmt()Gets the value of the numFmt property.STDataLabelPosgetPos()Gets the value of the pos property.java.lang.StringgetSeparator()Gets the value of the separator property.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTTextBodygetTxPr()Gets the value of the txPr property.CTDataLabelVisibilitiesgetVisibility()Gets the value of the visibility property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetNumFmt(CTNumberFormat value)Sets the value of the numFmt property.voidsetPos(STDataLabelPos value)Sets the value of the pos property.voidsetSeparator(java.lang.String value)Sets the value of the separator property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetTxPr(CTTextBody value)Sets the value of the txPr property.voidsetVisibility(CTDataLabelVisibilities value)Sets the value of the visibility property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
numFmt
-
spPr
-
txPr
-
visibility
-
separator
protected java.lang.String separator -
dataLabel
-
dataLabelHidden
-
extLst
-
pos
-
-
Constructor Details
-
CTDataLabels
public CTDataLabels()
-
-
Method Details
-
getNumFmt
Gets the value of the numFmt property.- Returns:
- possible object is
CTNumberFormat
-
setNumFmt
Sets the value of the numFmt property.- Parameters:
value- allowed object isCTNumberFormat
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getTxPr
Gets the value of the txPr property.- Returns:
- possible object is
CTTextBody
-
setTxPr
Sets the value of the txPr property.- Parameters:
value- allowed object isCTTextBody
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
CTDataLabelVisibilities
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isCTDataLabelVisibilities
-
getSeparator
public java.lang.String getSeparator()Gets the value of the separator property.- Returns:
- possible object is
String
-
setSeparator
public void setSeparator(java.lang.String value)Sets the value of the separator property.- Parameters:
value- allowed object isString
-
getDataLabel
Gets the value of the dataLabel property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getDataLabelHidden
Gets the value of the dataLabelHidden property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
STDataLabelPos
-
setPos
Sets the value of the pos property.- Parameters:
value- allowed object isSTDataLabelPos
-