WdThemeColorIndex Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the theme colors for document themes.
public enum class WdThemeColorIndex
[System.Runtime.InteropServices.Guid("803E4880-EECA-3830-9186-32B36FA120AB")]
public enum WdThemeColorIndex
type WdThemeColorIndex =
Public Enum WdThemeColorIndex
- Inheritance
-
WdThemeColorIndex
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNotThemeColor | -1 | No color. |
wdThemeColorMainDark1 | 0 | Dark main color 1. |
wdThemeColorMainLight1 | 1 | Light main color 1. |
wdThemeColorMainDark2 | 2 | Dark main color 2. |
wdThemeColorMainLight2 | 3 | Light main color 2. |
wdThemeColorAccent1 | 4 | Accent color 1. |
wdThemeColorAccent2 | 5 | Accent color 2. |
wdThemeColorAccent3 | 6 | Accent color 3. |
wdThemeColorAccent4 | 7 | Accent color 4. |
wdThemeColorAccent5 | 8 | Accent color 5. |
wdThemeColorAccent6 | 9 | Accent color 6. |
wdThemeColorHyperlink | 10 | Hyperlink color. |
wdThemeColorHyperlinkFollowed | 11 | Followed hyperlink color. |
wdThemeColorBackground1 | 12 | Background color 1. |
wdThemeColorText1 | 13 | Text color 1. |
wdThemeColorBackground2 | 14 | Background color 2. |
wdThemeColorText2 | 15 | Text color 2. |