java.lang.Object
com.aspose.cells.TextAlignmentType
public class TextAlignmentType
| Field Summary | ||
|---|---|---|
static final int | GENERAL | |
| Represents general text alignment. | ||
static final int | BOTTOM | |
| Represents bottom text alignment. | ||
static final int | CENTER | |
| Represents center text alignment. | ||
static final int | CENTER_ACROSS | |
| Represents center across text alignment. | ||
static final int | DISTRIBUTED | |
| Represents distributed text alignment. | ||
static final int | FILL | |
| Represents fill text alignment. | ||
static final int | JUSTIFY | |
| Represents justify text alignment. | ||
static final int | LEFT | |
| Represents left text alignment. | ||
static final int | RIGHT | |
| Represents right text alignment. | ||
static final int | TOP | |
| Represents top text alignment. | ||
static final int | JUSTIFIED_LOW | |
| Aligns the text with an adjusted kashida length for Arabic text. | ||
static final int | THAI_DISTRIBUTED | |
| Distributes Thai text specially, because each character is treated as a word. | ||
| Field Detail |
|---|
GENERAL | |
public static final int GENERAL | |
BOTTOM | |
public static final int BOTTOM | |
CENTER | |
public static final int CENTER | |
CENTER_ACROSS | |
public static final int CENTER_ACROSS | |
DISTRIBUTED | |
public static final int DISTRIBUTED | |
FILL | |
public static final int FILL | |
JUSTIFY | |
public static final int JUSTIFY | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |
TOP | |
public static final int TOP | |
JUSTIFIED_LOW | |
public static final int JUSTIFIED_LOW | |
THAI_DISTRIBUTED | |
public static final int THAI_DISTRIBUTED | |