Click or drag to resize

BlackAndWhiteModeValues Enumeration

Black And White Modes

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum BlackAndWhiteModeValues
Members
Member nameValueDescription
Color0 Color.

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

Auto1 Automatic.

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

GrayScale2 Grayscale.

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

LightGrayScale3 Light grayscale.

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

InverseGray4 Inverse Grayscale.

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

GrayOutline5 Gray Outlines.

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

HighContrast6 Black And White.

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

Black7 Black.

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

White8 White.

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

Undrawn9 Do Not Show.

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

BlackTextAndLines10 Black Text And Lines.

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

See Also