java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTDataLabels
All Implemented Interfaces:
Child

public class CTDataLabels
extends java.lang.Object
implements Child

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>