com.aspose.slides
Class GradientColorType

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.GradientColorType

public final class GradientColorType
extends com.aspose.ms.java.Enum

Represents the gradient color type.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int NotDefined
          
static int NotSupported
          
static int OneColor
          
static int Preset
          
static int TwoColors
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, 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

NotSupported

public static final int NotSupported

See Also:
Constant Field Values

NotDefined

public static final int NotDefined

See Also:
Constant Field Values

OneColor

public static final int OneColor

See Also:
Constant Field Values

TwoColors

public static final int TwoColors

See Also:
Constant Field Values

Preset

public static final int Preset

See Also:
Constant Field Values