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.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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