SchemeColorValues Enumeration

Defines the SchemeColorValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
BackgroundColor bg1. When the item is serialized out as xml, its value is "bg1".
TextColor tx1. When the item is serialized out as xml, its value is "tx1".
AdditionalBackgroundColor bg2. When the item is serialized out as xml, its value is "bg2".
AdditionalTextColor tx2. When the item is serialized out as xml, its value is "tx2".
ExtraSchemeColor1 accent1. When the item is serialized out as xml, its value is "accent1".
ExtraSchemeColor2 accent2. When the item is serialized out as xml, its value is "accent2".
ExtraSchemeColor3 accent3. When the item is serialized out as xml, its value is "accent3".
ExtraSchemeColor4 accent4. When the item is serialized out as xml, its value is "accent4".
ExtraSchemeColor5 accent5. When the item is serialized out as xml, its value is "accent5".
ExtraSchemeColor6 accent6. When the item is serialized out as xml, its value is "accent6".
HyperlinkColor hlink. When the item is serialized out as xml, its value is "hlink".
FollowedHyperlinkColor folHlink. When the item is serialized out as xml, its value is "folHlink".
MainDarkColor1 dk1. When the item is serialized out as xml, its value is "dk1".
MainLightColor1 lt1. When the item is serialized out as xml, its value is "lt1".
MainDarkColor2 dk2. When the item is serialized out as xml, its value is "dk2".
MainLightColor2 lt2. When the item is serialized out as xml, its value is "lt2".
AutoColor phClr. When the item is serialized out as xml, its value is "phClr".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace