java.lang.Object
com.aspose.cells.TextTabAlignmentType
public class TextTabAlignmentType
| Field Summary | ||
|---|---|---|
static final int | CENTER | |
| The text at this tab stop is center aligned. | ||
static final int | DECIMAL | |
| At this tab stop, the decimals are lined up. | ||
static final int | LEFT | |
| The text at this tab stop is left aligned. | ||
static final int | RIGHT | |
| The text at this tab stop is right aligned. | ||
| Field Detail |
|---|
CENTER | |
public static final int CENTER | |
DECIMAL | |
public static final int DECIMAL | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |