Click or drag to resize

WebColorValues Enumeration

HTML Slide Navigation Control Colors

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum WebColorValues
Members
Member nameValueDescription
None0 Non-specific Colors.

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

Browser1 Browser Colors.

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

PresentationText2 Presentation Text Colors.

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

PresentationAccent3 Presentation Accent Colors.

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

WhiteTextOnBlack4 White Text on Black Colors.

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

BlackTextOnWhite5 Black Text on White Colors.

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

See Also