com.aspose.cells

Class ChartTextDirectionType

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

Utility class containing constants. Represents the text direction type of the chart.

Field Summary
static final intHORIZONTAL
Horizontal direction type.
static final intVERTICAL
Vertical direction type.
static final intROTATE_90
Rotate 90 angle.
static final intROTATE_270
Rotate 270 angle.
static final intSTACKED
Stacked text.
 

    • Field Detail

      • HORIZONTAL

        public static final int HORIZONTAL
        Horizontal direction type.
      • VERTICAL

        public static final int VERTICAL
        Vertical direction type.
      • ROTATE_90

        public static final int ROTATE_90
        Rotate 90 angle.
      • ROTATE_270

        public static final int ROTATE_270
        Rotate 270 angle.
      • STACKED

        public static final int STACKED
        Stacked text.