java.lang.Objectcom.aspose.cells.TextOrientationType
public class TextOrientationType
Field Summary | ||
---|---|---|
static final int | CLOCK_WISE | |
text is rotated 90 degrees clockwise | ||
static final int | COUNTER_CLOCK_WISE | |
text is rotated 90 degrees counterclockwise | ||
static final int | NO_ROTATION | |
Represents the default value. | ||
static final int | TOP_TO_BOTTOM | |
Displays text from top to bottom of the cell. |
Field Detail |
---|
CLOCK_WISE | |
public static final int CLOCK_WISE |
COUNTER_CLOCK_WISE | |
public static final int COUNTER_CLOCK_WISE |
NO_ROTATION | |
public static final int NO_ROTATION |
TOP_TO_BOTTOM | |
public static final int TOP_TO_BOTTOM |