com.aspose.cells

Class TextAlignmentType

  • java.lang.Object
    • 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.
static final intJUSTIFIED_LOW
Aligns the text with an adjusted kashida length for Arabic text.
static final intTHAI_DISTRIBUTED
Distributes Thai text specially, because each character is treated as a word.
 

    • 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.
      • JUSTIFIED_LOW

        public static final int JUSTIFIED_LOW
        Aligns the text with an adjusted kashida length for Arabic text.
      • THAI_DISTRIBUTED

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