BlackWhiteModeValues Enumeration

Black and White Mode

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration BlackWhiteModeValues
'Usage
Dim instance As BlackWhiteModeValues
public enum BlackWhiteModeValues

Members

Member name Description
Color Color. When the item is serialized out as xml, its value is "clr".
Auto Automatic. When the item is serialized out as xml, its value is "auto".
Gray Gray. When the item is serialized out as xml, its value is "gray".
LightGray Light Gray. When the item is serialized out as xml, its value is "ltGray".
InvGray Inverse Gray. When the item is serialized out as xml, its value is "invGray".
GrayWhite Gray and White. When the item is serialized out as xml, its value is "grayWhite".
BlackGray Black and Gray. When the item is serialized out as xml, its value is "blackGray".
BlackWhite Black and White. When the item is serialized out as xml, its value is "blackWhite".
Black Black. When the item is serialized out as xml, its value is "black".
White White. When the item is serialized out as xml, its value is "white".
Hidden Hidden. When the item is serialized out as xml, its value is "hidden".

See Also

Reference

DocumentFormat.OpenXml.Drawing Namespace