Package org.docx4j.wml
Class PPrBase.NumPr
java.lang.Object
org.docx4j.wml.PPrBase.NumPr
- All Implemented Interfaces:
Child
- Enclosing class:
- PPrBase
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">
<sequence>
<element name="ilvl" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="numId" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="numberingChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChangeNumbering" minOccurs="0"/>
<element name="ins" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TrackChange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PPrBase.NumPr.Ilvlprotected CTTrackChangeprotected CTTrackChangeNumberingprotected PPrBase.NumPr.NumId -
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.getIlvl()Gets the value of the ilvl property.getIns()Gets the value of the ins property.Gets the value of the numberingChange property.getNumId()Gets the value of the numId property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetIlvl(PPrBase.NumPr.Ilvl value) Sets the value of the ilvl property.voidsetIns(CTTrackChange value) Sets the value of the ins property.voidSets the value of the numberingChange property.voidsetNumId(PPrBase.NumPr.NumId value) Sets the value of the numId property.void
-
Field Details
-
ilvl
-
numId
-
numberingChange
-
ins
-
-
Constructor Details
-
NumPr
public NumPr()
-
-
Method Details
-
getIlvl
Gets the value of the ilvl property.- Returns:
- possible object is
PPrBase.NumPr.Ilvl
-
setIlvl
Sets the value of the ilvl property.- Parameters:
value- allowed object isPPrBase.NumPr.Ilvl
-
getNumId
Gets the value of the numId property.- Returns:
- possible object is
PPrBase.NumPr.NumId
-
setNumId
Sets the value of the numId property.- Parameters:
value- allowed object isPPrBase.NumPr.NumId
-
getNumberingChange
Gets the value of the numberingChange property.- Returns:
- possible object is
CTTrackChangeNumbering
-
setNumberingChange
Sets the value of the numberingChange property.- Parameters:
value- allowed object isCTTrackChangeNumbering
-
getIns
Gets the value of the ins property.- Returns:
- possible object is
CTTrackChange
-
setIns
Sets the value of the ins property.- Parameters:
value- allowed object isCTTrackChange
-
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.
-