com.aspose.slides.pptx
Class GradientShapeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.GradientShapeEx

public class GradientShapeEx
extends Enumerate

Represents the enumeration of gradient shapes.


Field Summary
static GradientShapeEx LINEAR
           
static int LINEAR_ID
           
static GradientShapeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static GradientShapeEx PATH
           
static int PATH_ID
           
static GradientShapeEx RADIAL
           
static int RADIAL_ID
           
static GradientShapeEx RECTANGLE
           
static int RECTANGLE_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final GradientShapeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

LINEAR

public static final GradientShapeEx LINEAR

LINEAR_ID

public static final int LINEAR_ID
See Also:
Constant Field Values

RECTANGLE

public static final GradientShapeEx RECTANGLE

RECTANGLE_ID

public static final int RECTANGLE_ID
See Also:
Constant Field Values

RADIAL

public static final GradientShapeEx RADIAL

RADIAL_ID

public static final int RADIAL_ID
See Also:
Constant Field Values

PATH

public static final GradientShapeEx PATH

PATH_ID

public static final int PATH_ID
See Also:
Constant Field Values