Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface VerticalAlignmentType


public interface VerticalAlignmentType

Enumerates vertical text alignment types.


Field Summary
static short BOTTOM
          Represents bottom aligned.
static short CENTRED
          Represents center aligned.
static short DISTRIBUTED
          Represents distributed.
static short JUSTIFIED
          Represents justify aligned.
static short TOP
          Represents top aligned.
 

Field Detail

TOP

static final short TOP
Represents top aligned.

See Also:
Constant Field Values

CENTRED

static final short CENTRED
Represents center aligned. It is the default value.

See Also:
Constant Field Values

BOTTOM

static final short BOTTOM
Represents bottom aligned.

See Also:
Constant Field Values

JUSTIFIED

static final short JUSTIFIED
Represents justify aligned.

See Also:
Constant Field Values

DISTRIBUTED

static final short DISTRIBUTED
Represents distributed.

See Also:
Constant Field Values