ASPOSE home

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 byteLEFT
           Left-aligns the text after the tab stop.
static final byteCENTER
           Centers the text around the tab stop.
static final byteRIGHT
           Right-aligns the text at the tab stop.
static final byteDECIMAL
           Aligns the text at the decimal dot.
static final byteBAR
           Draws a vertical bar at the tab stop position.
static final byteLIST
           The tab is a delimeter between the number/bullet and text in a list item.
static final byteCLEAR
           Clears any tab stop in this position.
 

Field Detail

LEFT

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

CENTER

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

RIGHT

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

DECIMAL

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

BAR

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

LIST

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

CLEAR

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

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home