com.aspose.slides.pptx
Class GradientStyleEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.GradientStyleEx
All Implemented Interfaces:
java.lang.Comparable

public class GradientStyleEx
extends Enumerate

Enumeration which defines styles of gradients.


Field Summary
static GradientStyleEx FROM_CENTER
           
static int FROM_CENTER_ID
           
static GradientStyleEx FROM_CORNER1
           
static int FROM_CORNER1_ID
           
static GradientStyleEx FROM_CORNER2
           
static int FROM_CORNER2_ID
           
static GradientStyleEx FROM_CORNER3
           
static int FROM_CORNER3_ID
           
static GradientStyleEx FROM_CORNER4
           
static int FROM_CORNER4_ID
           
static GradientStyleEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static GradientStyleEx NOT_SUPPORTED
           
static int NOT_SUPPORTED_ID
           
static GradientStyleEx STANDARD
           
static int STANDARD_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_SUPPORTED

public static final GradientStyleEx NOT_SUPPORTED

NOT_SUPPORTED_ID

public static final int NOT_SUPPORTED_ID
See Also:
Constant Field Values

NOT_DEFINED

public static final GradientStyleEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

STANDARD

public static final GradientStyleEx STANDARD

STANDARD_ID

public static final int STANDARD_ID
See Also:
Constant Field Values

FROM_CORNER1

public static final GradientStyleEx FROM_CORNER1

FROM_CORNER1_ID

public static final int FROM_CORNER1_ID
See Also:
Constant Field Values

FROM_CORNER2

public static final GradientStyleEx FROM_CORNER2

FROM_CORNER2_ID

public static final int FROM_CORNER2_ID
See Also:
Constant Field Values

FROM_CORNER3

public static final GradientStyleEx FROM_CORNER3

FROM_CORNER3_ID

public static final int FROM_CORNER3_ID
See Also:
Constant Field Values

FROM_CORNER4

public static final GradientStyleEx FROM_CORNER4

FROM_CORNER4_ID

public static final int FROM_CORNER4_ID
See Also:
Constant Field Values

FROM_CENTER

public static final GradientStyleEx FROM_CENTER

FROM_CENTER_ID

public static final int FROM_CENTER_ID
See Also:
Constant Field Values