Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TextAlignmentType


public interface TextAlignmentType

Enumerates text alignment types for text in Shape related objects, such as text alignment of TextBox, Chart's Title, DataLabels, and so on.


Field Summary
static short BOTTOM
          Represents bottom text alignment.
static short CENTER
          Represents center text alignment.
static short DISTRIBUTED
          Represents distributed text alignment.
static short JUSTIFY
          Represents justify text alignment.
static short LEFT
          Represents left text alignment.
static short RIGHT
          Represents right text alignment.
static short TOP
          Represents top text alignment.
 

Field Detail

LEFT

static final short LEFT
Represents left text alignment.

See Also:
Constant Field Values

CENTER

static final short CENTER
Represents center text alignment.

See Also:
Constant Field Values

RIGHT

static final short RIGHT
Represents right text alignment.

See Also:
Constant Field Values

BOTTOM

static final short BOTTOM
Represents bottom text alignment.

See Also:
Constant Field Values

JUSTIFY

static final short JUSTIFY
Represents justify text alignment.

See Also:
Constant Field Values

TOP

static final short TOP
Represents top text alignment.

See Also:
Constant Field Values

DISTRIBUTED

static final short DISTRIBUTED
Represents distributed text alignment.

See Also:
Constant Field Values