Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface GradientStyleType


public interface GradientStyleType

Represents gradient shading style.


Field Summary
static byte DIAGONAL_DOWN
          Represents Diagonal down shading style.
static byte DIAGONAL_UP
          Represents Diagonal up shading style.
static byte FROM_CENTER
          Represents From center shading style.
static byte FROM_CORNER
          Represents From corner shading style.
static byte HORIZONTAL
          Represents Horizontal shading style.
static byte UNKNOWN
          Uknown shading style.
static byte VERTICAL
          Represents Vertical shading style.
 

Field Detail

HORIZONTAL

static final byte HORIZONTAL
Represents Horizontal shading style.

See Also:
Constant Field Values

VERTICAL

static final byte VERTICAL
Represents Vertical shading style.

See Also:
Constant Field Values

DIAGONAL_UP

static final byte DIAGONAL_UP
Represents Diagonal up shading style.

See Also:
Constant Field Values

DIAGONAL_DOWN

static final byte DIAGONAL_DOWN
Represents Diagonal down shading style.

See Also:
Constant Field Values

FROM_CORNER

static final byte FROM_CORNER
Represents From corner shading style.

See Also:
Constant Field Values

FROM_CENTER

static final byte FROM_CENTER
Represents From center shading style.

See Also:
Constant Field Values

UNKNOWN

static final byte UNKNOWN
Uknown shading style. Only for the shading style(which is not for any memeber of the GradientStyleType) in the template file.

See Also:
Constant Field Values