Interface CTBorderPr

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getColor

        CTColor getColor()
        Gets the "color" element
      • isSetColor

        boolean isSetColor()
        True if has "color" element
      • setColor

        void setColor​(CTColor color)
        Sets the "color" element
      • addNewColor

        CTColor addNewColor()
        Appends and returns a new empty "color" element
      • unsetColor

        void unsetColor()
        Unsets the "color" element
      • xgetStyle

        STBorderStyle xgetStyle()
        Gets (as xml) the "style" attribute
      • isSetStyle

        boolean isSetStyle()
        True if has "style" attribute
      • xsetStyle

        void xsetStyle​(STBorderStyle style)
        Sets (as xml) the "style" attribute
      • unsetStyle

        void unsetStyle()
        Unsets the "style" attribute