Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HTML Slide Navigation Control Colors
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration WebColorValues
'Usage
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". |