aspose.cells

Class TextVerticalType

Utility class containing constants. Represents the text direct type.

Field Summary
const  NumberVERTICAL
East Asian Vertical display.
const  NumberHORIZONTAL
Horizontal text.
const  NumberVERTICAL_LEFT_TO_RIGHT
Displayed vertical and the text flows top down then LEFT to RIGHT
const  NumberVERTICAL_90
Each line is 90 degrees rotated clockwise
const  NumberVERTICAL_270
Each line is 270 degrees rotated clockwise
const  NumberSTACKED
Determines if all of the text is vertical
const  NumberSTACKED_RIGHT_TO_LEFT
Specifies that vertical WordArt should be shown from right to left rather than left to right.
 

    • Field Detail

      • VERTICAL

        const Number VERTICAL
        East Asian Vertical display.
      • HORIZONTAL

        const Number HORIZONTAL
        Horizontal text.
      • VERTICAL_LEFT_TO_RIGHT

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

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

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

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

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