Class PPrBase.Ind

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

public static class PPrBase.Ind 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">
       <attribute name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
       <attribute name="leftChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
       <attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
       <attribute name="rightChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
       <attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="hangingChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
       <attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="firstLineChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Ind

      public Ind()
  • Method Details

    • getLeft

      public BigInteger getLeft()
      Gets the value of the left property.
      Returns:
      possible object is BigInteger
    • setLeft

      public void setLeft(BigInteger value)
      Sets the value of the left property.
      Parameters:
      value - allowed object is BigInteger
    • getLeftChars

      public BigInteger getLeftChars()
      Gets the value of the leftChars property.
      Returns:
      possible object is BigInteger
    • setLeftChars

      public void setLeftChars(BigInteger value)
      Sets the value of the leftChars property.
      Parameters:
      value - allowed object is BigInteger
    • getRight

      public BigInteger getRight()
      Gets the value of the right property.
      Returns:
      possible object is BigInteger
    • setRight

      public void setRight(BigInteger value)
      Sets the value of the right property.
      Parameters:
      value - allowed object is BigInteger
    • getRightChars

      public BigInteger getRightChars()
      Gets the value of the rightChars property.
      Returns:
      possible object is BigInteger
    • setRightChars

      public void setRightChars(BigInteger value)
      Sets the value of the rightChars property.
      Parameters:
      value - allowed object is BigInteger
    • getHanging

      public BigInteger getHanging()
      Gets the value of the hanging property.
      Returns:
      possible object is BigInteger
    • setHanging

      public void setHanging(BigInteger value)
      Sets the value of the hanging property.
      Parameters:
      value - allowed object is BigInteger
    • getHangingChars

      public BigInteger getHangingChars()
      Gets the value of the hangingChars property.
      Returns:
      possible object is BigInteger
    • setHangingChars

      public void setHangingChars(BigInteger value)
      Sets the value of the hangingChars property.
      Parameters:
      value - allowed object is BigInteger
    • getFirstLine

      public BigInteger getFirstLine()
      Gets the value of the firstLine property.
      Returns:
      possible object is BigInteger
    • setFirstLine

      public void setFirstLine(BigInteger value)
      Sets the value of the firstLine property.
      Parameters:
      value - allowed object is BigInteger
    • getFirstLineChars

      public BigInteger getFirstLineChars()
      Gets the value of the firstLineChars property.
      Returns:
      possible object is BigInteger
    • setFirstLineChars

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