ColorSchemeIndexValues Enumeration
Theme Color Reference
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration ColorSchemeIndexValues
'使用
Dim instance As ColorSchemeIndexValues
public enum ColorSchemeIndexValues
Members
Member name | Description | |
---|---|---|
Dark1 | Dark 1. When the item is serialized out as xml, its value is "dk1". | |
Light1 | Light 1. When the item is serialized out as xml, its value is "lt1". | |
Dark2 | Dark 2. When the item is serialized out as xml, its value is "dk2". | |
Light2 | Light 2. When the item is serialized out as xml, its value is "lt2". | |
Accent1 | Accent 1. When the item is serialized out as xml, its value is "accent1". | |
Accent2 | Accent 2. When the item is serialized out as xml, its value is "accent2". | |
Accent3 | Accent 3. When the item is serialized out as xml, its value is "accent3". | |
Accent4 | Accent 4. When the item is serialized out as xml, its value is "accent4". | |
Accent5 | Accent 5. When the item is serialized out as xml, its value is "accent5". | |
Accent6 | Accent 6. When the item is serialized out as xml, its value is "accent6". | |
Hyperlink | Hyperlink. When the item is serialized out as xml, its value is "hlink". | |
FollowedHyperlink | Followed Hyperlink. When the item is serialized out as xml, its value is "folHlink". |