Enum ThemeColorSlot
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 = 0Main dark color 1 (w:themeColor "dark1").
Light1 = 1Main light color 1 (w:themeColor "light1").
Dark2 = 2Main dark color 2 (w:themeColor "dark2").
Light2 = 3Main light color 2 (w:themeColor "light2").
Accent1 = 4Accent color 1.
Accent2 = 5Accent color 2.
Accent3 = 6Accent color 3.
Accent4 = 7Accent color 4.
Accent5 = 8Accent color 5.
Accent6 = 9Accent color 6.
Hyperlink = 10Hyperlink color.
FollowedHyperlink = 11Followed-hyperlink color.
None = 12No theme color (w:themeColor "none").
Background1 = 13Mapped background 1 (w:themeColor "background1").
Text1 = 14Mapped text 1 (w:themeColor "text1").
Background2 = 15Mapped background 2 (w:themeColor "background2").
Text2 = 16Mapped text 2 (w:themeColor "text2").