MsoBlackWhiteMode 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.
Specifies how a shape appears when viewed in black-and-white mode.
public enum class MsoBlackWhiteMode
public enum MsoBlackWhiteMode
type MsoBlackWhiteMode =
Public Enum MsoBlackWhiteMode
- Inheritance
-
MsoBlackWhiteMode
Fields
Name | Value | Description |
---|---|---|
msoBlackWhiteMixed | -2 | Not supported. |
msoBlackWhiteAutomatic | 1 | Default behavior. |
msoBlackWhiteGrayScale | 2 | Grayscale. |
msoBlackWhiteLightGrayScale | 3 | Light grayscale. |
msoBlackWhiteInverseGrayScale | 4 | Inverse grayscale. |
msoBlackWhiteGrayOutline | 5 | Gray with white fill. |
msoBlackWhiteBlackTextAndLine | 6 | White with grayscale fill. |
msoBlackWhiteHighContrast | 7 | Black with white fill. |
msoBlackWhiteBlack | 8 | Black. |
msoBlackWhiteWhite | 9 | White. |
msoBlackWhiteDontShow | 10 | Not shown. |