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

public class CTDiagramAutoBullet extends 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>
 
  • Field Details

  • Constructor Details

    • CTDiagramAutoBullet

      public CTDiagramAutoBullet()
  • Method Details

    • getBuNone

      public CTTextNoBullet getBuNone()
      Gets the value of the buNone property.
      Returns:
      possible object is CTTextNoBullet
    • setBuNone

      public void setBuNone(CTTextNoBullet value)
      Sets the value of the buNone property.
      Parameters:
      value - allowed object is CTTextNoBullet
    • getBuAutoNum

      public CTTextAutonumberBullet getBuAutoNum()
      Gets the value of the buAutoNum property.
      Returns:
      possible object is CTTextAutonumberBullet
    • setBuAutoNum

      public void setBuAutoNum(CTTextAutonumberBullet value)
      Sets the value of the buAutoNum property.
      Parameters:
      value - allowed object is CTTextAutonumberBullet
    • getBuChar

      public CTTextCharBullet getBuChar()
      Gets the value of the buChar property.
      Returns:
      possible object is CTTextCharBullet
    • setBuChar

      public void setBuChar(CTTextCharBullet value)
      Sets the value of the buChar property.
      Parameters:
      value - allowed object is CTTextCharBullet
    • getBuBlip

      public CTTextBlipBullet getBuBlip()
      Gets the value of the buBlip property.
      Returns:
      possible object is CTTextBlipBullet
    • setBuBlip

      public void setBuBlip(CTTextBlipBullet value)
      Sets the value of the buBlip property.
      Parameters:
      value - allowed object is CTTextBlipBullet
    • getPrefix

      public String getPrefix()
      Gets the value of the prefix property.
      Returns:
      possible object is String
    • setPrefix

      public void setPrefix(String value)
      Sets the value of the prefix property.
      Parameters:
      value - allowed object is String
    • isLeadZeros

      public Boolean isLeadZeros()
      Gets the value of the leadZeros property.
      Returns:
      possible object is Boolean
    • setLeadZeros

      public void setLeadZeros(Boolean value)
      Sets the value of the leadZeros property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.