WebColorValues 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.
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
Name | Value | Description |
---|---|---|
None | 0 | Non-specific Colors. When the item is serialized out as xml, its value is "none". |
Browser | 1 | Browser Colors. When the item is serialized out as xml, its value is "browser". |
PresentationText | 2 | Presentation Text Colors. When the item is serialized out as xml, its value is "presentationText". |
PresentationAccent | 3 | Presentation Accent Colors. When the item is serialized out as xml, its value is "presentationAccent". |
WhiteTextOnBlack | 4 | White Text on Black Colors. When the item is serialized out as xml, its value is "whiteTextOnBlack". |
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 | Browser Colors. When the item is serialized out as xml, its value is "browser". |
|
Equality(WebColorValues, WebColorValues) | ||
Equals(Object) | ||
Equals(WebColorValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<WebColorValues>.Create(String) | ||
Inequality(WebColorValues, WebColorValues) | ||
None | Non-specific Colors. When the item is serialized out as xml, its value is "none". |
|
PresentationAccent | Presentation Accent Colors. When the item is serialized out as xml, its value is "presentationAccent". |
|
PresentationText | Presentation Text Colors. When the item is serialized out as xml, its value is "presentationText". |
|
ToString() | ||
WebColorValues(String) | Creates a new WebColorValues enum instance |
|
WhiteTextOnBlack | White Text on Black Colors. When the item is serialized out as xml, its value is "whiteTextOnBlack". |