SchemeColorValues Enum

Definition

Defines the SchemeColorValues enumeration.

public enum SchemeColorValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum SchemeColorValues
public readonly struct SchemeColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues>
type SchemeColorValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
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
Attributes

Fields

SchemeColorValues(String)

Creates a new SchemeColorValues enum instance

AdditionalBackgroundColor 2

bg2.

When the item is serialized out as xml, its value is "bg2".

AdditionalBackgroundColor

bg2.

When the item is serialized out as xml, its value is "bg2".

AdditionalTextColor 3

tx2.

When the item is serialized out as xml, its value is "tx2".

AdditionalTextColor

tx2.

When the item is serialized out as xml, its value is "tx2".

AutoColor 16

phClr.

When the item is serialized out as xml, its value is "phClr".

AutoColor

phClr.

When the item is serialized out as xml, its value is "phClr".

BackgroundColor

bg1.

When the item is serialized out as xml, its value is "bg1".

BackgroundColor 0

bg1.

When the item is serialized out as xml, its value is "bg1".

Equals(SchemeColorValues)
Equals(Object)
ExtraSchemeColor1

accent1.

When the item is serialized out as xml, its value is "accent1".

ExtraSchemeColor1 4

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".

ExtraSchemeColor2 5

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".

ExtraSchemeColor3 6

accent3.

When the item is serialized out as xml, its value is "accent3".

ExtraSchemeColor4 7

accent4.

When the item is serialized out as xml, its value is "accent4".

ExtraSchemeColor4

accent4.

When the item is serialized out as xml, its value is "accent4".

ExtraSchemeColor5 8

accent5.

When the item is serialized out as xml, its value is "accent5".

ExtraSchemeColor5

accent5.

When the item is serialized out as xml, its value is "accent5".

ExtraSchemeColor6 9

accent6.

When the item is serialized out as xml, its value is "accent6".

ExtraSchemeColor6

accent6.

When the item is serialized out as xml, its value is "accent6".

FollowedHyperlinkColor

folHlink.

When the item is serialized out as xml, its value is "folHlink".

FollowedHyperlinkColor 11

folHlink.

When the item is serialized out as xml, its value is "folHlink".

GetHashCode()
HyperlinkColor 10

hlink.

When the item is serialized out as xml, its value is "hlink".

HyperlinkColor

hlink.

When the item is serialized out as xml, its value is "hlink".

MainDarkColor1 12

dk1.

When the item is serialized out as xml, its value is "dk1".

MainDarkColor1

dk1.

When the item is serialized out as xml, its value is "dk1".

MainDarkColor2 14

dk2.

When the item is serialized out as xml, its value is "dk2".

MainDarkColor2

dk2.

When the item is serialized out as xml, its value is "dk2".

MainLightColor1 13

lt1.

When the item is serialized out as xml, its value is "lt1".

MainLightColor1

lt1.

When the item is serialized out as xml, its value is "lt1".

MainLightColor2 15

lt2.

When the item is serialized out as xml, its value is "lt2".

MainLightColor2

lt2.

When the item is serialized out as xml, its value is "lt2".

Equality(SchemeColorValues, SchemeColorValues)
Inequality(SchemeColorValues, SchemeColorValues)
TextColor 1

tx1.

When the item is serialized out as xml, its value is "tx1".

TextColor

tx1.

When the item is serialized out as xml, its value is "tx1".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SchemeColorValues>.Create(String)

Applies to