Interface CTPageBorders

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPageBorders
    extends XmlObject
    An XML CT_PageBorders(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • isSetTop

        boolean isSetTop()
        True if has "top" element
      • addNewTop

        CTTopPageBorder addNewTop()
        Appends and returns a new empty "top" element
      • unsetTop

        void unsetTop()
        Unsets the "top" element
      • isSetLeft

        boolean isSetLeft()
        True if has "left" element
      • setLeft

        void setLeft​(CTPageBorder left)
        Sets the "left" element
      • addNewLeft

        CTPageBorder addNewLeft()
        Appends and returns a new empty "left" element
      • unsetLeft

        void unsetLeft()
        Unsets the "left" element
      • isSetBottom

        boolean isSetBottom()
        True if has "bottom" element
      • addNewBottom

        CTBottomPageBorder addNewBottom()
        Appends and returns a new empty "bottom" element
      • unsetBottom

        void unsetBottom()
        Unsets the "bottom" element
      • getRight

        CTPageBorder getRight()
        Gets the "right" element
      • isSetRight

        boolean isSetRight()
        True if has "right" element
      • setRight

        void setRight​(CTPageBorder right)
        Sets the "right" element
      • addNewRight

        CTPageBorder addNewRight()
        Appends and returns a new empty "right" element
      • unsetRight

        void unsetRight()
        Unsets the "right" element
      • isSetZOrder

        boolean isSetZOrder()
        True if has "zOrder" attribute
      • xsetZOrder

        void xsetZOrder​(STPageBorderZOrder zOrder)
        Sets (as xml) the "zOrder" attribute
      • unsetZOrder

        void unsetZOrder()
        Unsets the "zOrder" attribute
      • isSetDisplay

        boolean isSetDisplay()
        True if has "display" attribute
      • xsetDisplay

        void xsetDisplay​(STPageBorderDisplay display)
        Sets (as xml) the "display" attribute
      • unsetDisplay

        void unsetDisplay()
        Unsets the "display" attribute
      • xgetOffsetFrom

        STPageBorderOffset xgetOffsetFrom()
        Gets (as xml) the "offsetFrom" attribute
      • isSetOffsetFrom

        boolean isSetOffsetFrom()
        True if has "offsetFrom" attribute
      • xsetOffsetFrom

        void xsetOffsetFrom​(STPageBorderOffset offsetFrom)
        Sets (as xml) the "offsetFrom" attribute
      • unsetOffsetFrom

        void unsetOffsetFrom()
        Unsets the "offsetFrom" attribute