public final class FilterComparisonType
extends com.aspose.ms.System.Enum
The type of comparison made between Field and Value that acts as selection criteria for the filter.
Modifier and Type | Field and Description |
---|---|
static int |
Contains
Field contains Value.
|
static int |
ContainsExactly
Field exactly contains Value.
|
static int |
DoesNotContain
Field does not contain Value.
|
static int |
DoesNotEqual
The value of Field does not equal Value.
|
static int |
Equals
The value of Field equals Value.
|
static int |
IsGreaterThan
The value of Field is greater than Value.
|
static int |
IsGreaterThanOrEqualTo
The value of Field is greater than or equal to Value.
|
static int |
IsLessThan
The value of Field is less than Value.
|
static int |
IsLessThanOrEqualTo
The value of Field is less than or equal to Value.
|
static int |
IsNotWithin
The value of Field is not within Value.
|
static int |
IsWithin
The value of Field is within Value.
|
static int |
Undefined
Undefined value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Equals
The value of Field equals Value.
public static final int DoesNotEqual
The value of Field does not equal Value.
public static final int IsGreaterThan
The value of Field is greater than Value.
public static final int IsGreaterThanOrEqualTo
The value of Field is greater than or equal to Value.
public static final int IsLessThan
The value of Field is less than Value.
public static final int IsLessThanOrEqualTo
The value of Field is less than or equal to Value.
public static final int IsWithin
The value of Field is within Value.
public static final int IsNotWithin
The value of Field is not within Value.
public static final int Contains
Field contains Value.
public static final int DoesNotContain
Field does not contain Value.
public static final int ContainsExactly
Field exactly contains Value.
public static final int Undefined
Undefined value.