Interface CTPageMargins

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTPageMargins extends XmlObject
An XML CT_PageMargins(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getLeft

      double getLeft()
      Gets the "left" attribute
    • xgetLeft

      XmlDouble xgetLeft()
      Gets (as xml) the "left" attribute
    • setLeft

      void setLeft(double left)
      Sets the "left" attribute
    • xsetLeft

      void xsetLeft(XmlDouble left)
      Sets (as xml) the "left" attribute
    • getRight

      double getRight()
      Gets the "right" attribute
    • xgetRight

      XmlDouble xgetRight()
      Gets (as xml) the "right" attribute
    • setRight

      void setRight(double right)
      Sets the "right" attribute
    • xsetRight

      void xsetRight(XmlDouble right)
      Sets (as xml) the "right" attribute
    • getTop

      double getTop()
      Gets the "top" attribute
    • xgetTop

      XmlDouble xgetTop()
      Gets (as xml) the "top" attribute
    • setTop

      void setTop(double top)
      Sets the "top" attribute
    • xsetTop

      void xsetTop(XmlDouble top)
      Sets (as xml) the "top" attribute
    • getBottom

      double getBottom()
      Gets the "bottom" attribute
    • xgetBottom

      XmlDouble xgetBottom()
      Gets (as xml) the "bottom" attribute
    • setBottom

      void setBottom(double bottom)
      Sets the "bottom" attribute
    • xsetBottom

      void xsetBottom(XmlDouble bottom)
      Sets (as xml) the "bottom" attribute
    • getHeader

      double getHeader()
      Gets the "header" attribute
    • xgetHeader

      XmlDouble xgetHeader()
      Gets (as xml) the "header" attribute
    • setHeader

      void setHeader(double header)
      Sets the "header" attribute
    • xsetHeader

      void xsetHeader(XmlDouble header)
      Sets (as xml) the "header" attribute
    • getFooter

      double getFooter()
      Gets the "footer" attribute
    • xgetFooter

      XmlDouble xgetFooter()
      Gets (as xml) the "footer" attribute
    • setFooter

      void setFooter(double footer)
      Sets the "footer" attribute
    • xsetFooter

      void xsetFooter(XmlDouble footer)
      Sets (as xml) the "footer" attribute