java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x201611.diagram.CTDiagramAutoBullet
All Implemented Interfaces:
Child

public class CTDiagramAutoBullet
extends java.lang.Object
implements Child

Java class for CT_DiagramAutoBullet complex type.

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

 <complexType name="CT_DiagramAutoBullet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBullet"/>
       <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="leadZeros" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>