Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface HorizontalAlignmentType


public interface HorizontalAlignmentType

Enumerates horizontal text alignment types for cell style.


Field Summary
static short CENTRED
          Represents center text alignment.
static short CENTRED_ACROSS
          Represents center across text alignment.
static short DISTRIBUTED
          Represents distributed text alignment.
static short FILLED
          Represents fill text alignment.
static short GENERAL
          Represents general text alignment.
static short JUSTIFIED
          Represents justify text alignment.
static short JUSTIFY_DISTRIBUTED
          Represents justify distributed text alignment.
static short LEFT
          Represents left text alignment.
static short RIGHT
          Represents right text alignment.
 

Field Detail

GENERAL

static final short GENERAL
Represents general text alignment.

See Also:
Constant Field Values

LEFT

static final short LEFT
Represents left text alignment.

See Also:
Constant Field Values

CENTRED

static final short CENTRED
Represents center text alignment.

See Also:
Constant Field Values

RIGHT

static final short RIGHT
Represents right text alignment.

See Also:
Constant Field Values

FILLED

static final short FILLED
Represents fill text alignment.

See Also:
Constant Field Values

JUSTIFIED

static final short JUSTIFIED
Represents justify text alignment.

See Also:
Constant Field Values

CENTRED_ACROSS

static final short CENTRED_ACROSS
Represents center across text alignment.

See Also:
Constant Field Values

DISTRIBUTED

static final short DISTRIBUTED
Represents distributed text alignment.

See Also:
Constant Field Values

JUSTIFY_DISTRIBUTED

static final short JUSTIFY_DISTRIBUTED
Represents justify distributed text alignment.

See Also:
Constant Field Values