asposecells.api

Class TextVerticalType

Utility class containing constants. Represents the text direct type.

Field Summary
const  intVERTICAL
East Asian Vertical display.
const  intHORIZONTAL
Horizontal text.
const  intVERTICAL_LEFT_TO_RIGHT
Displayed vertical and the text flows top down then LEFT to RIGHT
const  intVERTICAL_90
Each line is 90 degrees rotated clockwise
const  intVERTICAL_270
Each line is 270 degrees rotated clockwise
const  intSTACKED
Determines if all of the text is vertical
const  intSTACKED_RIGHT_TO_LEFT
Specifies that vertical WordArt should be shown from right to left rather than left to right.
 

    • Field Detail

      • VERTICAL

        const int VERTICAL
        East Asian Vertical display.
      • HORIZONTAL

        const int HORIZONTAL
        Horizontal text.
      • VERTICAL_LEFT_TO_RIGHT

        const int VERTICAL_LEFT_TO_RIGHT
        Displayed vertical and the text flows top down then LEFT to RIGHT
      • VERTICAL_90

        const int VERTICAL_90
        Each line is 90 degrees rotated clockwise
      • VERTICAL_270

        const int VERTICAL_270
        Each line is 270 degrees rotated clockwise
      • STACKED

        const int STACKED
        Determines if all of the text is vertical
      • STACKED_RIGHT_TO_LEFT

        const int STACKED_RIGHT_TO_LEFT
        Specifies that vertical WordArt should be shown from right to left rather than left to right.