aspose.cells

Class TextOrientationType

Utility class containing constants. Enumerates text orientation types.

Field Summary
const  NumberCLOCK_WISE
Rotates text with 90 degrees clockwise.
const  NumberCOUNTER_CLOCK_WISE
Rotates text with 90 degrees counterclockwise.
const  NumberNO_ROTATION
Represents the default value.
const  NumberTOP_TO_BOTTOM
Displays text from top to bottom of the cell. Stacked text.
 

    • Field Detail

      • CLOCK_WISE

        const Number CLOCK_WISE
        Rotates text with 90 degrees clockwise.
      • COUNTER_CLOCK_WISE

        const Number COUNTER_CLOCK_WISE
        Rotates text with 90 degrees counterclockwise.
      • NO_ROTATION

        const Number NO_ROTATION
        Represents the default value.
      • TOP_TO_BOTTOM

        const Number TOP_TO_BOTTOM
        Displays text from top to bottom of the cell. Stacked text.