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 Details

  • Constructor Details

    • CTDataLabel

      public CTDataLabel()
  • Method Details

    • getNumFmt

      public CTNumberFormat getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is CTNumberFormat
    • setNumFmt

      public void setNumFmt​(CTNumberFormat value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumberFormat
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr​(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getTxPr

      public CTTextBody getTxPr()
      Gets the value of the txPr property.
      Returns:
      possible object is CTTextBody
    • setTxPr

      public void setTxPr​(CTTextBody value)
      Sets the value of the txPr property.
      Parameters:
      value - allowed object is CTTextBody
    • getVisibility

      public CTDataLabelVisibilities getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is CTDataLabelVisibilities
    • setVisibility

      public void setVisibility​(CTDataLabelVisibilities value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is CTDataLabelVisibilities
    • 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 is String
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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

      public STDataLabelPos getPos()
      Gets the value of the pos property.
      Returns:
      possible object is STDataLabelPos
    • setPos

      public void setPos​(STDataLabelPos value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is STDataLabelPos