BlackAndWhiteModeValues Enum    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Black And White Modes
public enum BlackAndWhiteModeValuespublic readonly struct BlackAndWhiteModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues>type BlackAndWhiteModeValues = type BlackAndWhiteModeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BlackAndWhiteModeValues>Public Enum BlackAndWhiteModeValuesPublic Structure BlackAndWhiteModeValues
Implements IEnumValue, IEnumValueFactory(Of BlackAndWhiteModeValues), IEquatable(Of BlackAndWhiteModeValues)- Inheritance
- 
				BlackAndWhiteModeValues
- Inheritance
- 
				BlackAndWhiteModeValues
Fields
| Name | Value | Description | 
|---|---|---|
| Color | 0 | Color. When the item is serialized out as xml, its value is "color". | 
| Auto | 1 | Automatic. When the item is serialized out as xml, its value is "auto". | 
| GrayScale | 2 | Grayscale. When the item is serialized out as xml, its value is "grayScale". | 
| LightGrayScale | 3 | Light grayscale. When the item is serialized out as xml, its value is "lightGrayScale". | 
| InverseGray | 4 | Inverse Grayscale. When the item is serialized out as xml, its value is "inverseGray". | 
| GrayOutline | 5 | Gray Outlines. When the item is serialized out as xml, its value is "grayOutline". | 
| HighContrast | 6 | Black And White. When the item is serialized out as xml, its value is "highContrast". | 
| Black | 7 | Black. When the item is serialized out as xml, its value is "black". | 
| White | 8 | White. When the item is serialized out as xml, its value is "white". | 
| Undrawn | 9 | Do Not Show. When the item is serialized out as xml, its value is "undrawn". | 
| BlackTextAndLines | 10 | Black Text And Lines. When the item is serialized out as xml, its value is "blackTextAndLines". | 
| Auto | Automatic. When the item is serialized out as xml, its value is "auto". | |
| Black | Black. When the item is serialized out as xml, its value is "black". | |
| BlackAndWhiteModeValues(String) | Creates a new BlackAndWhiteModeValues enum instance | |
| BlackTextAndLines | Black Text And Lines. When the item is serialized out as xml, its value is "blackTextAndLines". | |
| Color | Color. When the item is serialized out as xml, its value is "color". | |
| Equality(BlackAndWhiteModeValues, BlackAndWhiteModeValues) | ||
| Equals(BlackAndWhiteModeValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| GrayOutline | Gray Outlines. When the item is serialized out as xml, its value is "grayOutline". | |
| GrayScale | Grayscale. When the item is serialized out as xml, its value is "grayScale". | |
| HighContrast | Black And White. When the item is serialized out as xml, its value is "highContrast". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BlackAndWhiteModeValues>.Create(String) | ||
| Inequality(BlackAndWhiteModeValues, BlackAndWhiteModeValues) | ||
| InverseGray | Inverse Grayscale. When the item is serialized out as xml, its value is "inverseGray". | |
| LightGrayScale | Light grayscale. When the item is serialized out as xml, its value is "lightGrayScale". | |
| ToString() | ||
| Undrawn | Do Not Show. When the item is serialized out as xml, its value is "undrawn". | |
| White | White. When the item is serialized out as xml, its value is "white". |