Interface CTRgbColor

  • 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.
    • Method Detail

      • getRgb

        byte[] getRgb()
        Gets 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