java.lang.Object
com.aspose.cells.TextVerticalType
public class TextVerticalType
| Field Summary | ||
|---|---|---|
static final int | VERTICAL | |
| East Asian Vertical display. | ||
static final int | HORIZONTAL | |
| Horizontal text. | ||
static final int | VERTICAL_LEFT_TO_RIGHT | |
| Displayed vertical and the text flows top down then LEFT to RIGHT | ||
static final int | VERTICAL_90 | |
| Each line is 90 degrees rotated clockwise | ||
static final int | VERTICAL_270 | |
| Each line is 270 degrees rotated clockwise | ||
static final int | STACKED | |
| Determines if all of the text is vertical | ||
static final int | STACKED_RIGHT_TO_LEFT | |
| Specifies that vertical WordArt should be shown from right to left rather than left to right. | ||
| Field Detail |
|---|
VERTICAL | |
public static final int VERTICAL | |
HORIZONTAL | |
public static final int HORIZONTAL | |
VERTICAL_LEFT_TO_RIGHT | |
public static final int VERTICAL_LEFT_TO_RIGHT | |
VERTICAL_90 | |
public static final int VERTICAL_90 | |
VERTICAL_270 | |
public static final int VERTICAL_270 | |
STACKED | |
public static final int STACKED | |
STACKED_RIGHT_TO_LEFT | |
public static final int STACKED_RIGHT_TO_LEFT | |