Table of Contents

Enum ThemeColorSlot

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

A theme color slot referenced by formatting (ECMA-376 Part 1 §17.18.97 ST_ThemeColor). The mapped slots (Background1 through Text2) resolve through the document's clrSchemeMapping to a concrete scheme slot.

public enum ThemeColorSlot

Fields

Dark1 = 0

Main dark color 1 (w:themeColor "dark1").

Light1 = 1

Main light color 1 (w:themeColor "light1").

Dark2 = 2

Main dark color 2 (w:themeColor "dark2").

Light2 = 3

Main light color 2 (w:themeColor "light2").

Accent1 = 4

Accent color 1.

Accent2 = 5

Accent color 2.

Accent3 = 6

Accent color 3.

Accent4 = 7

Accent color 4.

Accent5 = 8

Accent color 5.

Accent6 = 9

Accent color 6.

Hyperlink color.

Followed-hyperlink color.

None = 12

No theme color (w:themeColor "none").

Background1 = 13

Mapped background 1 (w:themeColor "background1").

Text1 = 14

Mapped text 1 (w:themeColor "text1").

Background2 = 15

Mapped background 2 (w:themeColor "background2").

Text2 = 16

Mapped text 2 (w:themeColor "text2").