Class CTDataLabel
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTDataLabel
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected longprotected CTNumberFormatprotected STDataLabelPosprotected Stringprotected CTShapePropertiesprotected CTTextBodyprotected CTDataLabelVisibilities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extLst property.longgetIdx()Gets the value of the idx 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.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(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
-
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
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
-
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
-