com.aspose.cells

Class OperatorType

  • java.lang.Object
    • com.aspose.cells.OperatorType
public class OperatorType 
extends java.lang.Object

Utility class containing constants. Represents the operator type of conditional format and data validation.

Field Summary
static final intBETWEEN
Represents Between operator of conditional format and data validation.
static final intEQUAL
Represents Equal operator of conditional format and data validation.
static final intGREATER_THAN
Represents GreaterThan operator of conditional format and data validation.
static final intGREATER_OR_EQUAL
Represents GreaterOrEqual operator of conditional format and data validation.
static final intLESS_THAN
Represents LessThan operator of conditional format and data validation.
static final intLESS_OR_EQUAL
Represents LessOrEqual operator of conditional format and data validation.
static final intNONE
Represents no comparision.
static final intNOT_BETWEEN
Represents NotBetween operator of conditional format and data validation.
static final intNOT_EQUAL
Represents NotEqual operator of conditional format and data validation.
 

    • Field Detail

      • BETWEEN

        public static final int BETWEEN
        Represents Between operator of conditional format and data validation.
      • EQUAL

        public static final int EQUAL
        Represents Equal operator of conditional format and data validation.
      • GREATER_THAN

        public static final int GREATER_THAN
        Represents GreaterThan operator of conditional format and data validation.
      • GREATER_OR_EQUAL

        public static final int GREATER_OR_EQUAL
        Represents GreaterOrEqual operator of conditional format and data validation.
      • LESS_THAN

        public static final int LESS_THAN
        Represents LessThan operator of conditional format and data validation.
      • LESS_OR_EQUAL

        public static final int LESS_OR_EQUAL
        Represents LessOrEqual operator of conditional format and data validation.
      • NONE

        public static final int NONE
        Represents no comparision.
      • NOT_BETWEEN

        public static final int NOT_BETWEEN
        Represents NotBetween operator of conditional format and data validation.
      • NOT_EQUAL

        public static final int NOT_EQUAL
        Represents NotEqual operator of conditional format and data validation.