WdThemeColorIndex Enumeration
Specifies the theme colors for document themes.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdThemeColorIndex
'Usage
Dim instance As WdThemeColorIndex
public enum WdThemeColorIndex
Members
Member name | Description | |
---|---|---|
wdNotThemeColor | No color. | |
wdThemeColorMainDark1 | Dark main color 1. | |
wdThemeColorMainLight1 | Light main color 1. | |
wdThemeColorMainDark2 | Dark main color 2. | |
wdThemeColorMainLight2 | Light main color 2. | |
wdThemeColorAccent1 | Accent color 1. | |
wdThemeColorAccent2 | Accent color 2. | |
wdThemeColorAccent3 | Accent color 3. | |
wdThemeColorAccent4 | Accent color 4. | |
wdThemeColorAccent5 | Accent color 5. | |
wdThemeColorAccent6 | Accent color 6. | |
wdThemeColorHyperlink | Hyperlink color. | |
wdThemeColorHyperlinkFollowed | Followed hyperlink color. | |
wdThemeColorBackground1 | Background color 1. | |
wdThemeColorText1 | Text color 1. | |
wdThemeColorBackground2 | Background color 2. | |
wdThemeColorText2 | Text color 2. |