com.aspose.slides
Interface GradientStyle


public interface GradientStyle

Constants which define the style (direction) of a gradient.


Field Summary
static int FROM_CENTER
           
static int FROM_CORNER1
           
static int FROM_CORNER2
           
static int FROM_CORNER3
           
static int FROM_CORNER4
           
static int NOT_DEFINED
           
static int NOT_SUPPORTED
           
static int STANDARD
           
 

Field Detail

NOT_SUPPORTED

static final int NOT_SUPPORTED
See Also:
Constant Field Values

NOT_DEFINED

static final int NOT_DEFINED
See Also:
Constant Field Values

STANDARD

static final int STANDARD
See Also:
Constant Field Values

FROM_CORNER1

static final int FROM_CORNER1
See Also:
Constant Field Values

FROM_CORNER2

static final int FROM_CORNER2
See Also:
Constant Field Values

FROM_CORNER3

static final int FROM_CORNER3
See Also:
Constant Field Values

FROM_CORNER4

static final int FROM_CORNER4
See Also:
Constant Field Values

FROM_CENTER

static final int FROM_CENTER
See Also:
Constant Field Values