Package org.docx4j.wml
Class Numbering.NumPicBullet
java.lang.Object
org.docx4j.wml.Numbering.NumPicBullet
- All Implemented Interfaces:
Child
- Enclosing class:
- Numbering
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="pict" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Picture"/>
<element name="drawing" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Drawing"/>
</choice>
<attribute name="numPicBulletId" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 drawing property.Gets the value of the numPicBulletId property.Gets the parent object in the object tree representing the unmarshalled xml document.getPict()Gets the value of the pict property.voidsetDrawing(Drawing value) Sets the value of the drawing property.voidsetNumPicBulletId(BigInteger value) Sets the value of the numPicBulletId property.voidvoidSets the value of the pict property.
-
Field Details
-
pict
-
drawing
-
numPicBulletId
-
-
Constructor Details
-
NumPicBullet
public NumPicBullet()
-
-
Method Details
-
getPict
Gets the value of the pict property.- Returns:
- possible object is
Pict
-
setPict
Sets the value of the pict property.- Parameters:
value- allowed object isPict
-
getDrawing
Gets the value of the drawing property.- Returns:
- possible object is
Drawing
-
setDrawing
Sets the value of the drawing property.- Parameters:
value- allowed object isDrawing
-
getNumPicBulletId
Gets the value of the numPicBulletId property.- Returns:
- possible object is
BigInteger
-
setNumPicBulletId
Sets the value of the numPicBulletId property.- Parameters:
value- allowed object isBigInteger
-
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.
-