com.aspose.cells
Class TextAlignmentType

java.lang.Object
    extended by com.aspose.cells.TextAlignmentType

public class TextAlignmentType 
extends java.lang.Object

Utility class containing constants. Enumerates text alignment types.

Field Summary
static final intBOTTOM
           Represents bottom text alignment.
static final intCENTER
           Represents center text alignment.
static final intCENTER_ACROSS
           Represents center across text alignment.
static final intDISTRIBUTED
           Represents distributed text alignment.
static final intFILL
           Represents fill text alignment.
static final intGENERAL
           Represents general text alignment.
static final intJUSTIFY
           Represents justify text alignment.
static final intLEFT
           Represents left text alignment.
static final intRIGHT
           Represents right text alignment.
static final intTOP
           Represents top text alignment.
 

Field Detail

BOTTOM

public static final int BOTTOM
Represents bottom text alignment.

CENTER

public static final int CENTER
Represents center text alignment.

CENTER_ACROSS

public static final int CENTER_ACROSS
Represents center across text alignment.

DISTRIBUTED

public static final int DISTRIBUTED
Represents distributed text alignment.

FILL

public static final int FILL
Represents fill text alignment.

GENERAL

public static final int GENERAL
Represents general text alignment.

JUSTIFY

public static final int JUSTIFY
Represents justify text alignment.

LEFT

public static final int LEFT
Represents left text alignment.

RIGHT

public static final int RIGHT
Represents right text alignment.

TOP

public static final int TOP
Represents top text alignment.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.