Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ThemeColor Enumeration
In This Topic
    ThemeColor Enumeration
    In This Topic
    Specifies the theme color. This is the displayed order.
    Members
    MemberDescription
    Accent1Specifies the accent1 theme color.
    Accent2Specifies the accent2 theme color.
    Accent3Specifies the accent3 theme color.
    Accent4Specifies the accent4 theme color.
    Accent5Specifies the accent5 theme color.
    Accent6Specifies the accent6 theme color.
    Dark1Specifies the Dark 1 theme color.
    Dark2Specifies the Dark 2 theme color.
    FollowedHyperlinkSpecifies the followed hyperlink theme color.
    HyperlinkSpecifies the hyperlink theme color.
    Light1Specifies the Light 1 theme color.
    Light2Specifies the Light 2 theme color.
    NoneSpecifies to not use any theme color.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ThemeColor

    See Also