Interface CTPageMargins

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPageMargins
    extends XmlObject
    An XML CT_PageMargins(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
    • Method Detail

      • getL

        double getL()
        Gets the "l" attribute
      • xgetL

        XmlDouble xgetL()
        Gets (as xml) the "l" attribute
      • setL

        void setL​(double l)
        Sets the "l" attribute
      • xsetL

        void xsetL​(XmlDouble l)
        Sets (as xml) the "l" attribute
      • getR

        double getR()
        Gets the "r" attribute
      • xgetR

        XmlDouble xgetR()
        Gets (as xml) the "r" attribute
      • setR

        void setR​(double r)
        Sets the "r" attribute
      • xsetR

        void xsetR​(XmlDouble r)
        Sets (as xml) the "r" attribute
      • getT

        double getT()
        Gets the "t" attribute
      • xgetT

        XmlDouble xgetT()
        Gets (as xml) the "t" attribute
      • setT

        void setT​(double t)
        Sets the "t" attribute
      • xsetT

        void xsetT​(XmlDouble t)
        Sets (as xml) the "t" attribute
      • getB

        double getB()
        Gets the "b" attribute
      • xgetB

        XmlDouble xgetB()
        Gets (as xml) the "b" attribute
      • setB

        void setB​(double b)
        Sets the "b" attribute
      • xsetB

        void xsetB​(XmlDouble b)
        Sets (as xml) the "b" 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