Enum Class TickLabelOrientation

java.lang.Object
java.lang.Enum<TickLabelOrientation>
com.grapecity.documents.excel.drawing.TickLabelOrientation
所有已实现的接口:
Serializable, Comparable<TickLabelOrientation>, Constable

public enum TickLabelOrientation extends Enum<TickLabelOrientation>
Specifies the text orientation for tick-mark labels.
  • 枚举常量详细资料

    • OrientationUpward

      public static final TickLabelOrientation OrientationUpward
      Specifies that the text is oriented upward.
    • OrientationDownward

      public static final TickLabelOrientation OrientationDownward
      Specifies that the text is oriented down.
    • OrientationVertical

      public static final TickLabelOrientation OrientationVertical
      Specifies that the characters are vertical.
    • OrientationHorizontal

      public static final TickLabelOrientation OrientationHorizontal
      Specifies that the characters are horizontal.
    • OrientationAutomatic

      public static final TickLabelOrientation OrientationAutomatic
      Specifies that the text orientation is set by Excel.
  • 方法详细资料

    • values

      public static TickLabelOrientation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值