com.aspose.slides
Class GradientDirectionEx

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.GradientDirectionEx

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

Represents the gradient style.


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 int FromCenter
          
static int FromCorner1
          
static int FromCorner2
          
static int FromCorner3
          
static int FromCorner4
          
static int NotDefined
          
 
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, 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 int NotDefined

See Also:
Constant Field Values

FromCorner1

public static final int FromCorner1

See Also:
Constant Field Values

FromCorner2

public static final int FromCorner2

See Also:
Constant Field Values

FromCorner3

public static final int FromCorner3

See Also:
Constant Field Values

FromCorner4

public static final int FromCorner4

See Also:
Constant Field Values

FromCenter

public static final int FromCenter

See Also:
Constant Field Values