ColorSchemeIndexValues 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.
Theme Color Reference
public enum ColorSchemeIndexValues
public readonly struct ColorSchemeIndexValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues>, IEquatable<DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues>
type ColorSchemeIndexValues =
type ColorSchemeIndexValues = struct
interface IEnumValue
interface IEnumValueFactory<ColorSchemeIndexValues>
Public Enum ColorSchemeIndexValues
Public Structure ColorSchemeIndexValues
Implements IEnumValue, IEnumValueFactory(Of ColorSchemeIndexValues), IEquatable(Of ColorSchemeIndexValues)
- Inheritance
-
ColorSchemeIndexValues
- Inheritance
-
ColorSchemeIndexValues
Fields
Name | Value | Description |
---|---|---|
Dark1 | 0 | Dark 1. When the item is serialized out as xml, its value is "dk1". |
Light1 | 1 | Light 1. When the item is serialized out as xml, its value is "lt1". |
Dark2 | 2 | Dark 2. When the item is serialized out as xml, its value is "dk2". |
Light2 | 3 | Light 2. When the item is serialized out as xml, its value is "lt2". |
Accent1 | 4 | Accent 1. When the item is serialized out as xml, its value is "accent1". |
Accent2 | 5 | Accent 2. When the item is serialized out as xml, its value is "accent2". |
Accent3 | 6 | Accent 3. When the item is serialized out as xml, its value is "accent3". |
Accent4 | 7 | Accent 4. When the item is serialized out as xml, its value is "accent4". |
Accent5 | 8 | Accent 5. When the item is serialized out as xml, its value is "accent5". |
Accent6 | 9 | Accent 6. When the item is serialized out as xml, its value is "accent6". |
Hyperlink | 10 | Hyperlink. When the item is serialized out as xml, its value is "hlink". |
FollowedHyperlink | 11 | Followed Hyperlink. When the item is serialized out as xml, its value is "folHlink". |
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". |
|
ColorSchemeIndexValues(String) | Creates a new ColorSchemeIndexValues enum instance |
|
Dark1 | Dark 1. When the item is serialized out as xml, its value is "dk1". |
|
Dark2 | Dark 2. When the item is serialized out as xml, its value is "dk2". |
|
Equality(ColorSchemeIndexValues, ColorSchemeIndexValues) | ||
Equals(ColorSchemeIndexValues) | ||
Equals(Object) | ||
FollowedHyperlink | Followed Hyperlink. When the item is serialized out as xml, its value is "folHlink". |
|
GetHashCode() | ||
Hyperlink | Hyperlink. When the item is serialized out as xml, its value is "hlink". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ColorSchemeIndexValues>.Create(String) | ||
Inequality(ColorSchemeIndexValues, ColorSchemeIndexValues) | ||
Light1 | Light 1. When the item is serialized out as xml, its value is "lt1". |
|
Light2 | Light 2. When the item is serialized out as xml, its value is "lt2". |
|
ToString() |