com.aspose.cells

Class TextOrientationType

  • 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 intCLOCK_WISE
text is rotated 90 degrees clockwise
static final intCOUNTER_CLOCK_WISE
text is rotated 90 degrees counterclockwise
static final intNO_ROTATION
Represents the default value.
static final intTOP_TO_BOTTOM
Displays text from top to bottom of the cell. Stacked text.
 

    • Field Detail

      • CLOCK_WISE

        public static final int CLOCK_WISE
        text is rotated 90 degrees clockwise
      • COUNTER_CLOCK_WISE

        public static final int COUNTER_CLOCK_WISE
        text is rotated 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.