All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getRgb

      byte[] getRgb()
      Gets the "rgb" attribute
    • xgetRgb

      STUnsignedIntHex xgetRgb()
      Gets (as xml) the "rgb" attribute
    • isSetRgb

      boolean isSetRgb()
      True if has "rgb" attribute
    • setRgb

      void setRgb(byte[] rgb)
      Sets the "rgb" attribute
    • xsetRgb

      void xsetRgb(STUnsignedIntHex rgb)
      Sets (as xml) the "rgb" attribute
    • unsetRgb

      void unsetRgb()
      Unsets the "rgb" attribute