asposecells.api
Class TextAlignmentType

Utility class containing constants. Enumerates text alignment types.

Field Summary
const  intBOTTOM
           Represents bottom text alignment.
const  intCENTER
           Represents center text alignment.
const  intCENTER_ACROSS
           Represents center across text alignment.
const  intDISTRIBUTED
           Represents distributed text alignment.
const  intFILL
           Represents fill text alignment.
const  intGENERAL
           Represents general text alignment.
const  intJUSTIFY
           Represents justify text alignment.
const  intLEFT
           Represents left text alignment.
const  intRIGHT
           Represents right text alignment.
const  intTOP
           Represents top text alignment.
const  intJUSTIFIED_LOW
           Aligns the text with an adjusted kashida length for Arabic text.
const  intTHAI_DISTRIBUTED
           Distributes Thai text specially, because each character is treated as a word.
 

Field Detail

BOTTOM

const int BOTTOM
Represents bottom text alignment.

CENTER

const int CENTER
Represents center text alignment.

CENTER_ACROSS

const int CENTER_ACROSS
Represents center across text alignment.

DISTRIBUTED

const int DISTRIBUTED
Represents distributed text alignment.

FILL

const int FILL
Represents fill text alignment.

GENERAL

const int GENERAL
Represents general text alignment.

JUSTIFY

const int JUSTIFY
Represents justify text alignment.

LEFT

const int LEFT
Represents left text alignment.

RIGHT

const int RIGHT
Represents right text alignment.

TOP

const int TOP
Represents top text alignment.

JUSTIFIED_LOW

const int JUSTIFIED_LOW
Aligns the text with an adjusted kashida length for Arabic text.

THAI_DISTRIBUTED

const int THAI_DISTRIBUTED
Distributes Thai text specially, because each character is treated as a word.

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