Class CTDataLabel
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTDataLabel
public class CTDataLabel
extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected longidxprotected CTNumberFormatnumFmtprotected STDataLabelPosposprotected java.lang.Stringseparatorprotected CTShapePropertiesspPrprotected CTTextBodytxPrprotected CTDataLabelVisibilitiesvisibility -
Constructor Summary
Constructors Constructor Description CTDataLabel() -
Method Summary
Modifier and Type Method Description CTExtensionListgetExtLst()Gets the value of the extLst property.longgetIdx()Gets the value of the idx 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.voidsetIdx(long value)Sets the value of the idx 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 -
extLst
-
idx
protected long idx -
pos
-
-
Constructor Details
-
CTDataLabel
public CTDataLabel()
-
-
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
-
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
-
getIdx
public long getIdx()Gets the value of the idx property. -
setIdx
public void setIdx(long value)Sets the value of the idx property. -
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
-