Enum Class SplitType

java.lang.Object
java.lang.Enum<SplitType>
com.independentsoft.office.charts.SplitType
All Implemented Interfaces:
Serializable, Comparable<SplitType>, Constable

public enum SplitType extends Enum<SplitType>
The Enum SplitType.
  • Enum Constant Details

    • AUTO

      public static final SplitType AUTO
    • CUSTOM

      public static final SplitType CUSTOM
    • PERCENT

      public static final SplitType PERCENT
    • POSITION

      public static final SplitType POSITION
    • VALUE

      public static final SplitType VALUE
    • NONE

      public static final SplitType NONE
  • Method Details

    • values

      public static SplitType[] 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 SplitType 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