ThemeColorValues 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.
Defines the ThemeColorValues enumeration.
public enum ThemeColorValuespublic readonly struct ThemeColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues>type ThemeColorValues = type ThemeColorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ThemeColorValues>Public Enum ThemeColorValuesPublic Structure ThemeColorValues
Implements IEnumValue, IEnumValueFactory(Of ThemeColorValues), IEquatable(Of ThemeColorValues)- Inheritance
- 
				ThemeColorValues
- Inheritance
- 
				ThemeColorValues
Fields
| Name | Value | Description | 
|---|---|---|
| Dark1 | 0 | Dark 1 Theme Color. When the item is serialized out as xml, its value is "dark1". | 
| Light1 | 1 | Light 1 Theme Color. When the item is serialized out as xml, its value is "light1". | 
| Dark2 | 2 | Dark 2 Theme Color. When the item is serialized out as xml, its value is "dark2". | 
| Light2 | 3 | Light 2 Theme Color. When the item is serialized out as xml, its value is "light2". | 
| Accent1 | 4 | Accent 1 Theme Color. When the item is serialized out as xml, its value is "accent1". | 
| Accent2 | 5 | Accent 2 Theme Color. When the item is serialized out as xml, its value is "accent2". | 
| Accent3 | 6 | Accent 3 Theme Color. When the item is serialized out as xml, its value is "accent3". | 
| Accent4 | 7 | Accent 4 Theme Color. When the item is serialized out as xml, its value is "accent4". | 
| Accent5 | 8 | Accent 5 Theme Color. When the item is serialized out as xml, its value is "accent5". | 
| Accent6 | 9 | Accent 6 Theme Color. When the item is serialized out as xml, its value is "accent6". | 
| Hyperlink | 10 | Hyperlink Theme Color. When the item is serialized out as xml, its value is "hyperlink". | 
| FollowedHyperlink | 11 | Followed Hyperlink Theme Color. When the item is serialized out as xml, its value is "followedHyperlink". | 
| None | 12 | No Theme Color. When the item is serialized out as xml, its value is "none". | 
| Background1 | 13 | Background 1 Theme Color. When the item is serialized out as xml, its value is "background1". | 
| Text1 | 14 | Text 1 Theme Color. When the item is serialized out as xml, its value is "text1". | 
| Background2 | 15 | Background 2 Theme Color. When the item is serialized out as xml, its value is "background2". | 
| Text2 | 16 | Text 2 Theme Color. When the item is serialized out as xml, its value is "text2". | 
| 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". | |
| Background1 | Background 1 Theme Color. When the item is serialized out as xml, its value is "background1". | |
| Background2 | Background 2 Theme Color. When the item is serialized out as xml, its value is "background2". | |
| Dark1 | Dark 1 Theme Color. When the item is serialized out as xml, its value is "dark1". | |
| Dark2 | Dark 2 Theme Color. When the item is serialized out as xml, its value is "dark2". | |
| Equality(ThemeColorValues, ThemeColorValues) | ||
| Equals(Object) | ||
| Equals(ThemeColorValues) | ||
| FollowedHyperlink | Followed Hyperlink Theme Color. When the item is serialized out as xml, its value is "followedHyperlink". | |
| GetHashCode() | ||
| Hyperlink | Hyperlink Theme Color. When the item is serialized out as xml, its value is "hyperlink". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ThemeColorValues>.Create(String) | ||
| Inequality(ThemeColorValues, ThemeColorValues) | ||
| Light1 | Light 1 Theme Color. When the item is serialized out as xml, its value is "light1". | |
| Light2 | Light 2 Theme Color. When the item is serialized out as xml, its value is "light2". | |
| None | No Theme Color. When the item is serialized out as xml, its value is "none". | |
| Text1 | Text 1 Theme Color. When the item is serialized out as xml, its value is "text1". | |
| Text2 | Text 2 Theme Color. When the item is serialized out as xml, its value is "text2". | |
| ThemeColorValues(String) | Creates a new ThemeColorValues enum instance | |
| ToString() |