WebColorValues Enum

Definition

HTML Slide Navigation Control Colors

public enum WebColorValues
public readonly struct WebColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.WebColorValues>, IEquatable<DocumentFormat.OpenXml.Presentation.WebColorValues>
type WebColorValues = 
type WebColorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<WebColorValues>
Public Enum WebColorValues
Public Structure WebColorValues
Implements IEnumValue, IEnumValueFactory(Of WebColorValues), IEquatable(Of WebColorValues)
Inheritance
WebColorValues
Inheritance
WebColorValues

Fields

WebColorValues(String)

Creates a new WebColorValues enum instance

BlackTextOnWhite 5

Black Text on White Colors.

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

BlackTextOnWhite

Black Text on White Colors.

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

Browser 1

Browser Colors.

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

Browser

Browser Colors.

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

Equals(Object)
Equals(WebColorValues)
GetHashCode()
None 0

Non-specific Colors.

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

None

Non-specific Colors.

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

Equality(WebColorValues, WebColorValues)
Inequality(WebColorValues, WebColorValues)
PresentationAccent 3

Presentation Accent Colors.

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

PresentationAccent

Presentation Accent Colors.

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

PresentationText 2

Presentation Text Colors.

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

PresentationText

Presentation Text Colors.

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

ToString()
WhiteTextOnBlack 4

White Text on Black Colors.

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

WhiteTextOnBlack

White Text on Black Colors.

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

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

Applies to