ThemeColorValues Enumeration

Defines the ThemeColorValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ThemeColorValues
'Usage
Dim instance As ThemeColorValues
public enum ThemeColorValues

Members

Member name Description
Dark1 Dark 1 Theme Color. When the item is serialized out as xml, its value is "dark1".
Light1 Light 1 Theme Color. When the item is serialized out as xml, its value is "light1".
Dark2 Dark 2 Theme Color. When the item is serialized out as xml, its value is "dark2".
Light2 Light 2 Theme Color. When the item is serialized out as xml, its value is "light2".
Accent1 Accent 1 Theme Color. When the item is serialized out as xml, its value is "accent1".
Accent2 Accent 2 Theme Color. When the item is serialized out as xml, its value is "accent2".
Accent3 Accent 3 Theme Color. When the item is serialized out as xml, its value is "accent3".
Accent4 Accent 4 Theme Color. When the item is serialized out as xml, its value is "accent4".
Accent5 Accent 5 Theme Color. When the item is serialized out as xml, its value is "accent5".
Accent6 Accent 6 Theme Color. When the item is serialized out as xml, its value is "accent6".
Hyperlink Hyperlink Theme Color. When the item is serialized out as xml, its value is "hyperlink".
FollowedHyperlink Followed Hyperlink Theme Color. When the item is serialized out as xml, its value is "followedHyperlink".
None No Theme Color. When the item is serialized out as xml, its value is "none".
Background1 Background 1 Theme Color. When the item is serialized out as xml, its value is "background1".
Text1 Text 1 Theme Color. When the item is serialized out as xml, its value is "text1".
Background2 Background 2 Theme Color. When the item is serialized out as xml, its value is "background2".
Text2 Text 2 Theme Color. When the item is serialized out as xml, its value is "text2".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace