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.
  • Field Details

  • Method Details

    • 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
    • getStyle

      STBorderStyle.Enum getStyle()
      Gets the "style" attribute
    • xgetStyle

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

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

      void setStyle(STBorderStyle.Enum style)
      Sets the "style" attribute
    • xsetStyle

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

      void unsetStyle()
      Unsets the "style" attribute