MsoBlackWhiteMode Enum

Definition

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.

Applies to