[]
        
(Showing Draft Content)

FormatConditionType

Enum Class FormatConditionType

java.lang.Object
java.lang.Enum<FormatConditionType>
com.grapecity.documents.excel.FormatConditionType
All Implemented Interfaces:
Serializable, Comparable<FormatConditionType>, Constable

public enum FormatConditionType extends Enum<FormatConditionType>
Specifies whether the conditional format is based on a cell value or an expression.
  • Enum Constant Details

    • CellValue

      public static final FormatConditionType CellValue
      Specifies that the conditional format is based on a cell value.
    • Expression

      public static final FormatConditionType Expression
      Specifies that the conditional format is based on an expression.
    • ColorScale

      public static final FormatConditionType ColorScale
      Specifies the color scale.
    • Databar

      public static final FormatConditionType Databar
      Specifies the databar.
    • Top10

      public static final FormatConditionType Top10
      Specifies the top 10 values.
    • IconSets

      public static final FormatConditionType IconSets
      Specifies icon sets.
    • UniqueValues

      public static final FormatConditionType UniqueValues
      Specifies unique values.
    • TextString

      public static final FormatConditionType TextString
      Specifies a text string.
    • BlanksCondition

      public static final FormatConditionType BlanksCondition
      Specifies the blanks condition.
    • TimePeriod

      public static final FormatConditionType TimePeriod
      Specifies the time period.
    • AboveAverageCondition

      public static final FormatConditionType AboveAverageCondition
      Specifies the above average condition.
    • NoBlanksCondition

      public static final FormatConditionType NoBlanksCondition
      Specifies the no blanks condition.
    • ErrorsCondition

      public static final FormatConditionType ErrorsCondition
      Specifies the errors condition.
    • NoErrorsCondition

      public static final FormatConditionType NoErrorsCondition
      Specfies the no errors condition.
  • Method Details

    • values

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