public final class BlackWhiteMode
extends com.aspose.ms.System.Enum
Determines how colored shape should be transformed into black and white.
Modifier and Type | Field and Description |
---|---|
static byte |
Automatic
The object is rendered with automatic coloring
|
static byte |
Black
The object is rendered only with black coloring
|
static byte |
BlackGray
The object is rendered with black and gray coloring
|
static byte |
BlackWhite
The object is rendered with black and white coloring
|
static byte |
Color
The object is rendered with normal coloring
|
static byte |
Gray
The object is rendered with gray coloring
|
static byte |
GrayWhite
The object is rendered with gray and white coloring
|
static byte |
Hidden
The object is not rendered
|
static byte |
InverseGray
The object is rendered with inverse gray coloring
|
static byte |
LightGray
The object is rendered with light gray coloring
|
static byte |
NotDefined
The property isn't set
|
static byte |
White
The object is rendered with white coloring
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NotDefined
The property isn't set
public static final byte Color
The object is rendered with normal coloring
public static final byte Automatic
The object is rendered with automatic coloring
public static final byte Gray
The object is rendered with gray coloring
public static final byte LightGray
The object is rendered with light gray coloring
public static final byte InverseGray
The object is rendered with inverse gray coloring
public static final byte GrayWhite
The object is rendered with gray and white coloring
public static final byte BlackGray
The object is rendered with black and gray coloring
public static final byte BlackWhite
The object is rendered with black and white coloring
public static final byte Black
The object is rendered only with black coloring
public static final byte White
The object is rendered with white coloring
public static final byte Hidden
The object is not rendered