java.lang.Object
com.aspose.cells.TextOrientationType
public class TextOrientationType
- extends java.lang.Object
Utility class containing constants.
Enumerates text orientation types.
Field Summary |
static final int | CLOCK_WISE | |
Rotates text with 90 degrees clockwise.
|
static final int | COUNTER_CLOCK_WISE | |
Rotates text with 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. Stacked text.
|
CLOCK_WISE | |
public static final int CLOCK_WISE |
-
Rotates text with 90 degrees clockwise.
COUNTER_CLOCK_WISE | |
public static final int COUNTER_CLOCK_WISE |
-
Rotates text with 90 degrees counterclockwise.
NO_ROTATION | |
public static final int NO_ROTATION |
-
Represents the default value.
TOP_TO_BOTTOM | |
public static final int TOP_TO_BOTTOM |
-
Displays text from top to bottom of the cell. Stacked text.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.