com.aspose.cells

Class TextVerticalType

  • java.lang.Object
    • com.aspose.cells.TextVerticalType
public class TextVerticalType 
extends java.lang.Object

Utility class containing constants. Represents the text direct type.

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

    • Field Detail

      • VERTICAL

        public static final int VERTICAL
        East Asian Vertical display.
      • HORIZONTAL

        public static final int HORIZONTAL
        Horizontal text.
      • VERTICAL_LEFT_TO_RIGHT

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

        public static final int VERTICAL_90
        Each line is 90 degrees rotated clockwise
      • VERTICAL_270

        public static final int VERTICAL_270
        Each line is 270 degrees rotated clockwise
      • STACKED

        public static final int STACKED
        Determines if all of the text is vertical
      • STACKED_RIGHT_TO_LEFT

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