Class ConditionalFormatting

System.Object
EasyXLS.Constants.ConditionalFormatting

public class ConditionalFormatting extends System.Object
This class contains the constants used for creating a conditional formatting cell range.
  • Field Details

    • CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE

      public const final int CONDITIONAL_FORMATTING_TYPE_COMPARE_CELL_VALUE
      A constant indicating that the condition compares the cell value. Embedded value is "1".
      See Also:
      Constant Values
    • CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA

      public const final int CONDITIONAL_FORMATTING_TYPE_EVALUATE_FORMULA
      A constant indicating that the condition compares a formula. Embedded value is "2".
      See Also:
      Constant Values
    • OPERATOR_NO_COMPARATION

      public const final int OPERATOR_NO_COMPARATION
      A constant indicating the "no comparison" operator. Embedded value is "0".
      See Also:
      Constant Values
    • OPERATOR_BETWEEN

      public const final int OPERATOR_BETWEEN
      A constant indicating the "between" operator. Embedded value is "1".
      See Also:
      Constant Values
    • OPERATOR_NOT_BETWEEN

      public const final int OPERATOR_NOT_BETWEEN
      A constant indicating the "not between" operator. Embedded value is "2".
      See Also:
      Constant Values
    • OPERATOR_EQUAL_TO

      public const final int OPERATOR_EQUAL_TO
      A constant indicating the "equal to" operator. Embedded value is "3".
      See Also:
      Constant Values
    • OPERATOR_NOT_EQUAL_TO

      public const final int OPERATOR_NOT_EQUAL_TO
      A constant indicating the "not equal to" operator. Embedded value is "4".
      See Also:
      Constant Values
    • OPERATOR_GREATER_THAN

      public const final int OPERATOR_GREATER_THAN
      A constant indicating the "greater than" operator. Embedded value is "5".
      See Also:
      Constant Values
    • OPERATOR_LESS_THAN

      public const final int OPERATOR_LESS_THAN
      A constant indicating the "less than" operator. Embedded value is "6".
      See Also:
      Constant Values
    • OPERATOR_GREATER_THAN_OR_EQUAL_TO

      public const final int OPERATOR_GREATER_THAN_OR_EQUAL_TO
      A constant indicating the "greater than or equal to" operator. Embedded value is "7".
      See Also:
      Constant Values
    • OPERATOR_LESS_THAN_OR_EQUAL_TO

      public const final int OPERATOR_LESS_THAN_OR_EQUAL_TO
      A constant indicating the "less than or equal to" operator. Embedded value is "8".
      See Also:
      Constant Values
  • Constructor Details

    • ConditionalFormatting

      public ConditionalFormatting()