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 the filter.

Fields

FieldDescription
ContainsThe value of Field contains Value.
ContainsExactlyThe value of Field exactly contains Value.
DoesNotContainThe value of Field does not contain Value.
DoesNotEqualThe value of Field does not equal Value.
EqualsThe value of Field equals Value.
IsGreaterThanThe value of Field is greater than Value.
IsGreaterThanOrEqualToThe value of Field is greater than or equal to Value.
IsLessThanThe value of Field is less than Value.
IsLessThanOrEqualToThe value of Field is less than or equal to Value.
IsNotWithinThe value of Field is not within Value.
IsOneOfThe value of Field equals to one of the specified Values.
IsWithinThe value of Field is within Value.
UndefinedUndefined 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.

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.