WebColorValues Enumeration
HTML Slide Navigation Control Colors
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration WebColorValues
'Применение
Dim instance As WebColorValues
public enum WebColorValues
Members
Member name | Description | |
---|---|---|
None | Non-specific Colors. When the item is serialized out as xml, its value is "none". | |
Browser | Browser Colors. When the item is serialized out as xml, its value is "browser". | |
PresentationText | Presentation Text Colors. When the item is serialized out as xml, its value is "presentationText". | |
PresentationAccent | Presentation Accent Colors. When the item is serialized out as xml, its value is "presentationAccent". | |
WhiteTextOnBlack | White Text on Black Colors. When the item is serialized out as xml, its value is "whiteTextOnBlack". | |
BlackTextOnWhite | Black Text on White Colors. When the item is serialized out as xml, its value is "blackTextOnWhite". |