com.aspose.words
Class TabAlignment

java.lang.Object
    extended by 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
           Left-aligns the text after the tab stop.
static final intCENTER
           Centers the text around the tab stop.
static final intRIGHT
           Right-aligns the text at the tab stop.
static final intDECIMAL
           Aligns the text at the decimal dot.
static final intBAR
           Draws a vertical bar at the tab stop position.
static final intLIST
           The tab is a delimeter between the number/bullet and text in a list item.
static final intCLEAR
           Clears any tab stop in this position.
 

Field Detail

LEFT

public static final int LEFT
Left-aligns the text after the tab stop.

CENTER

public static final int CENTER
Centers the text around the tab stop.

RIGHT

public static final int RIGHT
Right-aligns the text at the tab stop.

DECIMAL

public static final int DECIMAL
Aligns the text at the decimal dot.

BAR

public static final int BAR
Draws a vertical bar at the tab stop position.

LIST

public static final int LIST
The tab is a delimeter between the number/bullet and text in a list item.

CLEAR

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

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