Class SectPr.PgMar

java.lang.Object
org.docx4j.wml.SectPr.PgMar
All Implemented Interfaces:
Child
Enclosing class:
SectPr

public static class SectPr.PgMar 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="top" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
       <attribute name="right" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="bottom" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
       <attribute name="left" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="header" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="footer" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
       <attribute name="gutter" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PgMar

      public PgMar()
  • Method Details

    • getTop

      public BigInteger getTop()
      Gets the value of the top property.
      Returns:
      possible object is BigInteger
    • setTop

      public void setTop(BigInteger value)
      Sets the value of the top 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
    • getBottom

      public BigInteger getBottom()
      Gets the value of the bottom property.
      Returns:
      possible object is BigInteger
    • setBottom

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

      public BigInteger getHeader()
      Gets the value of the header property.
      Returns:
      possible object is BigInteger
    • setHeader

      public void setHeader(BigInteger value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is BigInteger
    • getFooter

      public BigInteger getFooter()
      Gets the value of the footer property.
      Returns:
      possible object is BigInteger
    • setFooter

      public void setFooter(BigInteger value)
      Sets the value of the footer property.
      Parameters:
      value - allowed object is BigInteger
    • getGutter

      public BigInteger getGutter()
      Gets the value of the gutter property.
      Returns:
      possible object is BigInteger
    • setGutter

      public void setGutter(BigInteger value)
      Sets the value of the gutter 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.