Enum Class TitleType

java.lang.Object
java.lang.Enum<TitleType>
org.apache.poi.ss.usermodel.charts.TitleType
All Implemented Interfaces:
Serializable, Comparable<TitleType>, Constable

@Deprecated @Removal(version="4.2") public enum TitleType extends Enum<TitleType>
Deprecated.
Title types for charts.
  • Enum Constant Details

    • STRING

      public static final TitleType STRING
      Deprecated.
    • CELL_REFERENCE

      public static final TitleType CELL_REFERENCE
      Deprecated.
  • Method Details

    • values

      public static TitleType[] values()
      Deprecated.
      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 TitleType valueOf(String name)
      Deprecated.
      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