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 general text alignment.
static byte FROM_CENTER
          Represents general text alignment.
static byte FROM_CORNER
          Represents general text alignment.
static byte HORIZONTAL
          Represents general text alignment.
static byte VERTICAL
          Represents general text alignment.
 

Field Detail

HORIZONTAL

static final byte HORIZONTAL
Represents general text alignment.

See Also:
Constant Field Values

VERTICAL

static final byte VERTICAL
Represents general text alignment.

See Also:
Constant Field Values

DIAGONAL_UP

static final byte DIAGONAL_UP
Represents general text alignment.

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 general text alignment.

See Also:
Constant Field Values

FROM_CENTER

static final byte FROM_CENTER
Represents general text alignment.

See Also:
Constant Field Values