Class PPrBase.NumPr

java.lang.Object
org.docx4j.wml.PPrBase.NumPr
All Implemented Interfaces:
Child
Enclosing class:
PPrBase

public static class PPrBase.NumPr extends Object implements Child

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>
 
  • Field Details

  • Constructor Details

    • NumPr

      public NumPr()
  • Method Details

    • getIlvl

      public PPrBase.NumPr.Ilvl getIlvl()
      Gets the value of the ilvl property.
      Returns:
      possible object is PPrBase.NumPr.Ilvl
    • setIlvl

      public void setIlvl(PPrBase.NumPr.Ilvl value)
      Sets the value of the ilvl property.
      Parameters:
      value - allowed object is PPrBase.NumPr.Ilvl
    • getNumId

      public PPrBase.NumPr.NumId getNumId()
      Gets the value of the numId property.
      Returns:
      possible object is PPrBase.NumPr.NumId
    • setNumId

      public void setNumId(PPrBase.NumPr.NumId value)
      Sets the value of the numId property.
      Parameters:
      value - allowed object is PPrBase.NumPr.NumId
    • getNumberingChange

      public CTTrackChangeNumbering getNumberingChange()
      Gets the value of the numberingChange property.
      Returns:
      possible object is CTTrackChangeNumbering
    • setNumberingChange

      public void setNumberingChange(CTTrackChangeNumbering value)
      Sets the value of the numberingChange property.
      Parameters:
      value - allowed object is CTTrackChangeNumbering
    • getIns

      public CTTrackChange getIns()
      Gets the value of the ins property.
      Returns:
      possible object is CTTrackChange
    • setIns

      public void setIns(CTTrackChange value)
      Sets the value of the ins property.
      Parameters:
      value - allowed object is CTTrackChange
    • 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.