java.lang.Objectcom.aspose.cells.TextAlignmentType
public class TextAlignmentType
Field Summary | ||
---|---|---|
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 | GENERAL | |
Represents general 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. |
Field Detail |
---|
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 |
GENERAL | |
public static final int GENERAL |
JUSTIFY | |
public static final int JUSTIFY |
LEFT | |
public static final int LEFT |
RIGHT | |
public static final int RIGHT |
TOP | |
public static final int TOP |