Class PageMargins

java.lang.Object
com.independentsoft.office.word.sections.PageMargins

public class PageMargins extends Object
The Class PageMargins.
  • Constructor Details

    • PageMargins

      public PageMargins()
      Instantiates a new page margins.
  • Method Details

    • clone

      public PageMargins clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBottom

      public int getBottom()
      Gets the bottom.
      Returns:
      the bottom
    • setBottom

      public void setBottom(int bottom)
      Sets the bottom.
      Parameters:
      bottom - the new bottom
    • getFooter

      public int getFooter()
      Gets the footer.
      Returns:
      the footer
    • setFooter

      public void setFooter(int footer)
      Sets the footer.
      Parameters:
      footer - the new footer
    • getGutter

      public int getGutter()
      Gets the gutter.
      Returns:
      the gutter
    • setGutter

      public void setGutter(int gutter)
      Sets the gutter.
      Parameters:
      gutter - the new gutter
    • getHeader

      public int getHeader()
      Gets the header.
      Returns:
      the header
    • setHeader

      public void setHeader(int header)
      Sets the header.
      Parameters:
      header - the new header
    • getLeft

      public int getLeft()
      Gets the left.
      Returns:
      the left
    • setLeft

      public void setLeft(int left)
      Sets the left.
      Parameters:
      left - the new left
    • getRight

      public int getRight()
      Gets the right.
      Returns:
      the right
    • setRight

      public void setRight(int right)
      Sets the right.
      Parameters:
      right - the new right
    • getTop

      public int getTop()
      Gets the top.
      Returns:
      the top
    • setTop

      public void setTop(int top)
      Sets the top.
      Parameters:
      top - the new top