com.aspose.words

Class TabAlignment

  • java.lang.Object
    • com.aspose.words.TabAlignment
public class TabAlignment 
extends java.lang.Object

Utility class containing constants. Specifies the alignment/type of a tab stop.

Field Summary
static final intLEFT = 0
Left-aligns the text after the tab stop.
static final intCENTER = 1
Centers the text around the tab stop.
static final intRIGHT = 2
Right-aligns the text at the tab stop.
static final intDECIMAL = 3
Aligns the text at the decimal dot.
static final intBAR = 4
Draws a vertical bar at the tab stop position.
static final intLIST = 6
The tab is a delimiter between the number/bullet and text in a list item.
static final intCLEAR = 7
Clears any tab stop in this position.
 

    • Field Detail

      • LEFT = 0

        public static final int LEFT
        Left-aligns the text after the tab stop.
      • CENTER = 1

        public static final int CENTER
        Centers the text around the tab stop.
      • RIGHT = 2

        public static final int RIGHT
        Right-aligns the text at the tab stop.
      • DECIMAL = 3

        public static final int DECIMAL
        Aligns the text at the decimal dot.
      • BAR = 4

        public static final int BAR
        Draws a vertical bar at the tab stop position.
      • LIST = 6

        public static final int LIST
        The tab is a delimiter between the number/bullet and text in a list item.
      • CLEAR = 7

        public static final int CLEAR
        Clears any tab stop in this position.