Interface CTColor

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getAuto

        boolean getAuto()
        Gets the "auto" attribute
      • xgetAuto

        XmlBoolean xgetAuto()
        Gets (as xml) the "auto" attribute
      • isSetAuto

        boolean isSetAuto()
        True if has "auto" attribute
      • setAuto

        void setAuto​(boolean auto)
        Sets the "auto" attribute
      • xsetAuto

        void xsetAuto​(XmlBoolean auto)
        Sets (as xml) the "auto" attribute
      • unsetAuto

        void unsetAuto()
        Unsets the "auto" attribute
      • getIndexed

        long getIndexed()
        Gets the "indexed" attribute
      • xgetIndexed

        XmlUnsignedInt xgetIndexed()
        Gets (as xml) the "indexed" attribute
      • isSetIndexed

        boolean isSetIndexed()
        True if has "indexed" attribute
      • setIndexed

        void setIndexed​(long indexed)
        Sets the "indexed" attribute
      • xsetIndexed

        void xsetIndexed​(XmlUnsignedInt indexed)
        Sets (as xml) the "indexed" attribute
      • unsetIndexed

        void unsetIndexed()
        Unsets the "indexed" attribute
      • 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
      • getTheme

        long getTheme()
        Gets the "theme" attribute
      • xgetTheme

        XmlUnsignedInt xgetTheme()
        Gets (as xml) the "theme" attribute
      • isSetTheme

        boolean isSetTheme()
        True if has "theme" attribute
      • setTheme

        void setTheme​(long theme)
        Sets the "theme" attribute
      • xsetTheme

        void xsetTheme​(XmlUnsignedInt theme)
        Sets (as xml) the "theme" attribute
      • unsetTheme

        void unsetTheme()
        Unsets the "theme" attribute
      • getTint

        double getTint()
        Gets the "tint" attribute
      • xgetTint

        XmlDouble xgetTint()
        Gets (as xml) the "tint" attribute
      • isSetTint

        boolean isSetTint()
        True if has "tint" attribute
      • setTint

        void setTint​(double tint)
        Sets the "tint" attribute
      • xsetTint

        void xsetTint​(XmlDouble tint)
        Sets (as xml) the "tint" attribute
      • unsetTint

        void unsetTint()
        Unsets the "tint" attribute