Class SectPr.PgMar

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

public static class SectPr.PgMar
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected java.math.BigInteger bottom  
    protected java.math.BigInteger footer  
    protected java.math.BigInteger gutter  
    protected java.math.BigInteger header  
    protected java.math.BigInteger left  
    protected java.math.BigInteger right  
    protected java.math.BigInteger top  
  • Constructor Summary

    Constructors
    Constructor Description
    PgMar()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.math.BigInteger getBottom()
    Gets the value of the bottom property.
    java.math.BigInteger getFooter()
    Gets the value of the footer property.
    java.math.BigInteger getGutter()
    Gets the value of the gutter property.
    java.math.BigInteger getHeader()
    Gets the value of the header property.
    java.math.BigInteger getLeft()
    Gets the value of the left property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.math.BigInteger getRight()
    Gets the value of the right property.
    java.math.BigInteger getTop()
    Gets the value of the top property.
    void setBottom​(java.math.BigInteger value)
    Sets the value of the bottom property.
    void setFooter​(java.math.BigInteger value)
    Sets the value of the footer property.
    void setGutter​(java.math.BigInteger value)
    Sets the value of the gutter property.
    void setHeader​(java.math.BigInteger value)
    Sets the value of the header property.
    void setLeft​(java.math.BigInteger value)
    Sets the value of the left property.
    void setParent​(java.lang.Object parent)  
    void setRight​(java.math.BigInteger value)
    Sets the value of the right property.
    void setTop​(java.math.BigInteger value)
    Sets the value of the top property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • top

      protected java.math.BigInteger top
    • bottom

      protected java.math.BigInteger bottom
    • left

      protected java.math.BigInteger left
    • gutter

      protected java.math.BigInteger gutter
  • Constructor Details

    • PgMar

      public PgMar()
  • Method Details

    • getTop

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

      public void setTop​(java.math.BigInteger value)
      Sets the value of the top property.
      Parameters:
      value - allowed object is BigInteger
    • getRight

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

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

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

      public void setBottom​(java.math.BigInteger value)
      Sets the value of the bottom property.
      Parameters:
      value - allowed object is BigInteger
    • getLeft

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

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

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

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

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

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

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

      public void setGutter​(java.math.BigInteger value)
      Sets the value of the gutter property.
      Parameters:
      value - allowed object is BigInteger
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.