asposecells.api

Class TextAlignmentType

Utility class containing constants. Enumerates text alignment types.

Field Summary
const  intGENERAL
Represents general text alignment.
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  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

      • GENERAL

        const int GENERAL
        Represents general text alignment.
      • 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.
      • 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.