[]
        
立即试用
(Showing Draft Content)

TickLabelOrientation

Enum Class TickLabelOrientation

java.lang.Object
java.lang.Enum<TickLabelOrientation>
com.grapecity.documents.excel.drawing.TickLabelOrientation
All Implemented Interfaces:
Serializable, Comparable<TickLabelOrientation>, Constable

public enum TickLabelOrientation extends Enum<TickLabelOrientation>
指定刻度标记标签的文本方向。
  • Enum Constant Details

    • OrientationUpward

      public static final TickLabelOrientation OrientationUpward
      指定文本为向上排列。
    • OrientationDownward

      public static final TickLabelOrientation OrientationDownward
      指定文本为向下方向。
    • OrientationVertical

      public static final TickLabelOrientation OrientationVertical
      指定字符为垂直排列。
    • OrientationHorizontal

      public static final TickLabelOrientation OrientationHorizontal
      指定字符是水平的。
    • OrientationAutomatic

      public static final TickLabelOrientation OrientationAutomatic
      指定文本方向由Excel设置。
  • Method Details

    • values

      public static TickLabelOrientation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TickLabelOrientation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null