WebColorValues Enumeration

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

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace