BlackWhiteMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BlackWhiteMode extends System.Enum
Determines how colored shape should be transformed into black and white.
Fields
Field | Description |
---|---|
NotDefined | The property isn’t set |
Color | The object is rendered with normal coloring |
Automatic | The object is rendered with automatic coloring |
Gray | The object is rendered with gray coloring |
LightGray | The object is rendered with light gray coloring |
InverseGray | The object is rendered with inverse gray coloring |
GrayWhite | The object is rendered with gray and white coloring |
BlackGray | The object is rendered with black and gray coloring |
BlackWhite | The object is rendered with black and white coloring |
Black | The object is rendered only with black coloring |
White | The object is rendered with white coloring |
Hidden | The object is not rendered |
NotDefined
public static final byte NotDefined
The property isn’t set
Color
public static final byte Color
The object is rendered with normal coloring
Automatic
public static final byte Automatic
The object is rendered with automatic coloring
Gray
public static final byte Gray
The object is rendered with gray coloring
LightGray
public static final byte LightGray
The object is rendered with light gray coloring
InverseGray
public static final byte InverseGray
The object is rendered with inverse gray coloring
GrayWhite
public static final byte GrayWhite
The object is rendered with gray and white coloring
BlackGray
public static final byte BlackGray
The object is rendered with black and gray coloring
BlackWhite
public static final byte BlackWhite
The object is rendered with black and white coloring
Black
public static final byte Black
The object is rendered only with black coloring
White
public static final byte White
The object is rendered with white coloring
Hidden
public static final byte Hidden
The object is not rendered