Enum Class IconSetType

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

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

    • THREE_ARROWS

      public static final IconSetType THREE_ARROWS
    • THREE_ARROWS_GRAY

      public static final IconSetType THREE_ARROWS_GRAY
    • THREE_FLAGS

      public static final IconSetType THREE_FLAGS
    • THREE_SIGNS

      public static final IconSetType THREE_SIGNS
    • THREE_SYMBOLS

      public static final IconSetType THREE_SYMBOLS
    • THREE_SYMBOLS_2

      public static final IconSetType THREE_SYMBOLS_2
    • THREE_TRAFFIC_LIGHTS

      public static final IconSetType THREE_TRAFFIC_LIGHTS
    • THREE_TRAFFIC_LIGHTS_BLACK

      public static final IconSetType THREE_TRAFFIC_LIGHTS_BLACK
    • FOUR_ARROWS

      public static final IconSetType FOUR_ARROWS
    • FOUR_ARROWS_GRAY

      public static final IconSetType FOUR_ARROWS_GRAY
    • FOUR_RATINGS

      public static final IconSetType FOUR_RATINGS
    • FOUR_RED_TO_BLACK

      public static final IconSetType FOUR_RED_TO_BLACK
    • FOUR_TRAFFIC_LIGHTS

      public static final IconSetType FOUR_TRAFFIC_LIGHTS
    • FIVE_ARROWS

      public static final IconSetType FIVE_ARROWS
    • FIVE_ARROWS_GRAY

      public static final IconSetType FIVE_ARROWS_GRAY
    • FIVE_QUARTERS

      public static final IconSetType FIVE_QUARTERS
    • FIVE_RATINGS

      public static final IconSetType FIVE_RATINGS
    • NONE

      public static final IconSetType NONE
  • Method Details

    • values

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