Interface CTColor

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getVal

        java.lang.Object getVal()
        Gets the "val" attribute
      • xgetVal

        STHexColor xgetVal()
        Gets (as xml) the "val" attribute
      • setVal

        void setVal​(java.lang.Object val)
        Sets the "val" attribute
      • xsetVal

        void xsetVal​(STHexColor val)
        Sets (as xml) the "val" attribute
      • xgetThemeColor

        STThemeColor xgetThemeColor()
        Gets (as xml) the "themeColor" attribute
      • isSetThemeColor

        boolean isSetThemeColor()
        True if has "themeColor" attribute
      • setThemeColor

        void setThemeColor​(STThemeColor.Enum themeColor)
        Sets the "themeColor" attribute
      • xsetThemeColor

        void xsetThemeColor​(STThemeColor themeColor)
        Sets (as xml) the "themeColor" attribute
      • unsetThemeColor

        void unsetThemeColor()
        Unsets the "themeColor" attribute
      • getThemeTint

        byte[] getThemeTint()
        Gets the "themeTint" attribute
      • xgetThemeTint

        STUcharHexNumber xgetThemeTint()
        Gets (as xml) the "themeTint" attribute
      • isSetThemeTint

        boolean isSetThemeTint()
        True if has "themeTint" attribute
      • setThemeTint

        void setThemeTint​(byte[] themeTint)
        Sets the "themeTint" attribute
      • xsetThemeTint

        void xsetThemeTint​(STUcharHexNumber themeTint)
        Sets (as xml) the "themeTint" attribute
      • unsetThemeTint

        void unsetThemeTint()
        Unsets the "themeTint" attribute
      • getThemeShade

        byte[] getThemeShade()
        Gets the "themeShade" attribute
      • xgetThemeShade

        STUcharHexNumber xgetThemeShade()
        Gets (as xml) the "themeShade" attribute
      • isSetThemeShade

        boolean isSetThemeShade()
        True if has "themeShade" attribute
      • setThemeShade

        void setThemeShade​(byte[] themeShade)
        Sets the "themeShade" attribute
      • xsetThemeShade

        void xsetThemeShade​(STUcharHexNumber themeShade)
        Sets (as xml) the "themeShade" attribute
      • unsetThemeShade

        void unsetThemeShade()
        Unsets the "themeShade" attribute