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

FieldDescription
NotDefinedThe property isn’t set
ColorThe object is rendered with normal coloring
AutomaticThe object is rendered with automatic coloring
GrayThe object is rendered with gray coloring
LightGrayThe object is rendered with light gray coloring
InverseGrayThe object is rendered with inverse gray coloring
GrayWhiteThe object is rendered with gray and white coloring
BlackGrayThe object is rendered with black and gray coloring
BlackWhiteThe object is rendered with black and white coloring
BlackThe object is rendered only with black coloring
WhiteThe object is rendered with white coloring
HiddenThe 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