[]
        
(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>
Specifies the text orientation for tick-mark labels.
  • Enum Constant Details

    • 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.
  • 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