FilterComparisonType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FilterComparisonType extends System.Enum
The type of comparison made between FieldName and Value that acts as selection criteria for a filter or graphical indicator.
Fields
Field | Description |
---|---|
Contains | The value of Field contains Value. |
ContainsExactly | The value of Field exactly contains Value. |
DoesNotContain | The value of Field does not contain Value. |
DoesNotEqual | The value of Field does not equal Value. |
Equals | The value of Field equals Value. |
IsAnyValue | ‘Is any value’ condition. |
IsGreaterThan | The value of Field is greater than Value. |
IsGreaterThanOrEqualTo | The value of Field is greater than or equal to Value. |
IsLessThan | The value of Field is less than Value. |
IsLessThanOrEqualTo | The value of Field is less than or equal to Value. |
IsNotWithin | The value of Field is not within Value. |
IsOneOf | The value of Field equals to one of the specified Values. |
IsWithin | The value of Field is within Value. |
Undefined | Undefined value. |
Contains
public static final int Contains
The value of Field contains Value.
ContainsExactly
public static final int ContainsExactly
The value of Field exactly contains Value.
DoesNotContain
public static final int DoesNotContain
The value of Field does not contain Value.
DoesNotEqual
public static final int DoesNotEqual
The value of Field does not equal Value.
Equals
public static final int Equals
The value of Field equals Value.
IsAnyValue
public static final int IsAnyValue
‘Is any value’ condition. Applicable to graphical indicators.
IsGreaterThan
public static final int IsGreaterThan
The value of Field is greater than Value.
IsGreaterThanOrEqualTo
public static final int IsGreaterThanOrEqualTo
The value of Field is greater than or equal to Value.
IsLessThan
public static final int IsLessThan
The value of Field is less than Value.
IsLessThanOrEqualTo
public static final int IsLessThanOrEqualTo
The value of Field is less than or equal to Value.
IsNotWithin
public static final int IsNotWithin
The value of Field is not within Value.
IsOneOf
public static final int IsOneOf
The value of Field equals to one of the specified Values. Used in AutoFilters.
IsWithin
public static final int IsWithin
The value of Field is within Value.
Undefined
public static final int Undefined
Undefined value.