Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface GradientColorType


public interface GradientColorType

Represents the gradient color type for the specified fill.


Field Summary
static byte NONE
          Represents No gradient color.
static byte ONE_COLOR
          Represents One gradient color.
static byte PRESET_COLORS
          Represents Preset gradient colors.
static byte TWO_COLORS
          Represents Two gradient colors.
 

Field Detail

NONE

static final byte NONE
Represents No gradient color.

See Also:
Constant Field Values

ONE_COLOR

static final byte ONE_COLOR
Represents One gradient color.

See Also:
Constant Field Values

PRESET_COLORS

static final byte PRESET_COLORS
Represents Preset gradient colors.

See Also:
Constant Field Values

TWO_COLORS

static final byte TWO_COLORS
Represents Two gradient colors.

See Also:
Constant Field Values