WdThemeColorIndex Enum

Definition

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

wdNotThemeColor -1

No color.

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.

wdThemeColorBackground1 12

Background color 1.

wdThemeColorBackground2 14

Background color 2.

10

Hyperlink color.

wdThemeColorHyperlinkFollowed 11

Followed hyperlink color.

wdThemeColorMainDark1 0

Dark main color 1.

wdThemeColorMainDark2 2

Dark main color 2.

wdThemeColorMainLight1 1

Light main color 1.

wdThemeColorMainLight2 3

Light main color 2.

wdThemeColorText1 13

Text color 1.

wdThemeColorText2 15

Text color 2.

Applies to