Class CTDataLabels
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
FieldsModifier and TypeFieldDescriptionprotected List<CTDataLabel>protected List<CTDataLabelHidden>protected CTExtensionListprotected CTNumberFormatprotected STDataLabelPosprotected Stringprotected CTShapePropertiesprotected CTTextBodyprotected CTDataLabelVisibilities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataLabel property.Gets the value of the dataLabelHidden property.Gets the value of the extLst property.Gets the value of the numFmt property.getPos()Gets the value of the pos property.Gets the value of the separator property.getSpPr()Gets the value of the spPr property.getTxPr()Gets the value of the txPr property.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(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.voidSets the value of the visibility property.
-
Field Details
-
numFmt
-
spPr
-
txPr
-
visibility
-
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
Gets the value of the separator property.- Returns:
- possible object is
String
-
setSeparator
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
-