Class CTDispUnits

java.lang.Object
org.docx4j.dml.chart.CTDispUnits
All Implemented Interfaces:
Child

public class CTDispUnits
extends java.lang.Object
implements Child

Java class for CT_DispUnits complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_DispUnits">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="custUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double"/>
           <element name="builtInUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_BuiltInUnit"/>
         </choice>
         <element name="dispUnitsLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnitsLbl" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>