MsoThemeColorIndex Enumeration
Indicates the Office theme color.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoThemeColorIndex
'Usage
Dim instance As MsoThemeColorIndex
public enum MsoThemeColorIndex
Members
Member name | Description | |
---|---|---|
msoThemeColorMixed | Specifies a mixed color theme. | |
msoNotThemeColor | Specifies no theme color. | |
msoThemeColorDark1 | Specifies the Dark 1 theme color. | |
msoThemeColorLight1 | Specifies the Light 1 theme color. | |
msoThemeColorDark2 | Specifies the Dark 2 theme color. | |
msoThemeColorLight2 | Specifies the Light 2 theme color. | |
msoThemeColorAccent1 | Specifies the Accent 1 theme color. | |
msoThemeColorAccent2 | Specifies the Accent 2 theme color. | |
msoThemeColorAccent3 | Specifies the Accent 3 theme color. | |
msoThemeColorAccent4 | Specifies the Accent 4 theme color. | |
msoThemeColorAccent5 | Specifies the Accent 5 theme color. | |
msoThemeColorAccent6 | Specifies the Accent 6 theme color. | |
msoThemeColorHyperlink | Specifies the theme color for a hyperlink. | |
msoThemeColorFollowedHyperlink | Specifies the theme color for a clicked hyperlink. | |
msoThemeColorText1 | Specifies the Text 1 theme color. | |
msoThemeColorBackground1 | Specifies the Background 1 theme color. | |
msoThemeColorText2 | Specifies the Text 2 theme color. | |
msoThemeColorBackground2 | Specifies the Background 2 theme color. |