BlackAndWhiteModeValues Enumeration
Black And White Modes
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration BlackAndWhiteModeValues
'Usage
Dim instance As BlackAndWhiteModeValues
public enum BlackAndWhiteModeValues
Members
Member name | Description | |
---|---|---|
Color | Color. When the item is serialized out as xml, its value is "color". | |
Auto | Automatic. When the item is serialized out as xml, its value is "auto". | |
GrayScale | Grayscale. When the item is serialized out as xml, its value is "grayScale". | |
LightGrayScale | Light grayscale. When the item is serialized out as xml, its value is "lightGrayScale". | |
InverseGray | Inverse Grayscale. When the item is serialized out as xml, its value is "inverseGray". | |
GrayOutline | Gray Outlines. When the item is serialized out as xml, its value is "grayOutline". | |
HighContrast | Black And White. When the item is serialized out as xml, its value is "highContrast". | |
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". | |
Undrawn | Do Not Show. When the item is serialized out as xml, its value is "undrawn". | |
BlackTextAndLines | Black Text And Lines. When the item is serialized out as xml, its value is "blackTextAndLines". |