asposecells.api

Class TextOrientationType

Utility class containing constants. Enumerates text orientation types.

Field Summary
const  intCLOCK_WISE
Rotates text with 90 degrees clockwise.
const  intCOUNTER_CLOCK_WISE
Rotates text with 90 degrees counterclockwise.
const  intNO_ROTATION
Represents the default value.
const  intTOP_TO_BOTTOM
Displays text from top to bottom of the cell. Stacked text.
 

    • Field Detail

      • CLOCK_WISE

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

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

        const int NO_ROTATION
        Represents the default value.
      • TOP_TO_BOTTOM

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