com.aspose.slides
Class BlackWhiteModeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.BlackWhiteModeEx

public final class BlackWhiteModeEx
extends com.aspose.ms.System.Enum

Determines how colored shape should be transformed into black and white.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static byte Automatic
          
static byte Black
          
static byte BlackGray
          
static byte BlackWhite
          
static byte Color
          
static byte Gray
          
static byte GrayWhite
          
static byte Hidden
          
static byte InverseGray
          
static byte LightGray
          
static byte NotDefined
          
static byte White
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

Color

public static final byte Color

See Also:
Constant Field Values

Automatic

public static final byte Automatic

See Also:
Constant Field Values

Gray

public static final byte Gray

See Also:
Constant Field Values

LightGray

public static final byte LightGray

See Also:
Constant Field Values

InverseGray

public static final byte InverseGray

See Also:
Constant Field Values

GrayWhite

public static final byte GrayWhite

See Also:
Constant Field Values

BlackGray

public static final byte BlackGray

See Also:
Constant Field Values

BlackWhite

public static final byte BlackWhite

See Also:
Constant Field Values

Black

public static final byte Black

See Also:
Constant Field Values

White

public static final byte White

See Also:
Constant Field Values

Hidden

public static final byte Hidden

See Also:
Constant Field Values