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