Class CTDiagramAutoBullet
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x201611.diagram.CTDiagramAutoBullet
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTTextAutonumberBulletprotected CTTextBlipBulletprotected CTTextCharBulletprotected CTTextNoBulletprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the buAutoNum property.Gets the value of the buBlip property.Gets the value of the buChar property.Gets the value of the buNone property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prefix property.Gets the value of the leadZeros property.voidSets the value of the buAutoNum property.voidsetBuBlip(CTTextBlipBullet value) Sets the value of the buBlip property.voidsetBuChar(CTTextCharBullet value) Sets the value of the buChar property.voidsetBuNone(CTTextNoBullet value) Sets the value of the buNone property.voidsetLeadZeros(Boolean value) Sets the value of the leadZeros property.voidvoidSets the value of the prefix property.
-
Field Details
-
buNone
-
buAutoNum
-
buChar
-
buBlip
-
prefix
-
leadZeros
-
-
Constructor Details
-
CTDiagramAutoBullet
public CTDiagramAutoBullet()
-
-
Method Details
-
getBuNone
Gets the value of the buNone property.- Returns:
- possible object is
CTTextNoBullet
-
setBuNone
Sets the value of the buNone property.- Parameters:
value- allowed object isCTTextNoBullet
-
getBuAutoNum
Gets the value of the buAutoNum property.- Returns:
- possible object is
CTTextAutonumberBullet
-
setBuAutoNum
Sets the value of the buAutoNum property.- Parameters:
value- allowed object isCTTextAutonumberBullet
-
getBuChar
Gets the value of the buChar property.- Returns:
- possible object is
CTTextCharBullet
-
setBuChar
Sets the value of the buChar property.- Parameters:
value- allowed object isCTTextCharBullet
-
getBuBlip
Gets the value of the buBlip property.- Returns:
- possible object is
CTTextBlipBullet
-
setBuBlip
Sets the value of the buBlip property.- Parameters:
value- allowed object isCTTextBlipBullet
-
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value- allowed object isString
-
isLeadZeros
Gets the value of the leadZeros property.- Returns:
- possible object is
Boolean
-
setLeadZeros
Sets the value of the leadZeros property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-