Modifier and Type | Method and Description |
---|---|
Filter |
View.getFilter()
Gets a filter used in a single view.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Filter> |
FilterCollection.iterator()
Returns an iterator over the elements containing in this collection.
|
List<Filter> |
FilterCollection.toList()
Converts a filter collection to a list of
Filter objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterCollection.add(Filter item) |
int |
Filter.compareTo(Filter other)
Compares this instance to the specified instance of the
Filter class and returns an indication of their
relative order. |
boolean |
FilterCollection.contains(Filter item)
Returns true if this collection contains the specified item.
|
void |
FilterCollection.copyTo(Filter[] array,
int arrayIndex)
Copies the elements from the specified array to this collection starting from the specified index.
|
boolean |
Filter.equals(Filter other)
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
|
static boolean |
Filter.op_Equality(Filter a,
Filter b)
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Filter.op_GreaterThan(Filter a,
Filter b)
Returns a value indicating whether this instance is greater than a specified object.
|
static boolean |
Filter.op_GreaterThanOrEqual(Filter a,
Filter b)
Returns a value indicating whether this instance is greater than or equal to a specified object.
|
static boolean |
Filter.op_Inequality(Filter a,
Filter b)
Returns a value indicating whether this instance is not equal to a specified object.
|
static boolean |
Filter.op_LessThan(Filter a,
Filter b)
Returns a value indicating whether this instance is less than a specified object.
|
static boolean |
Filter.op_LessThanOrEqual(Filter a,
Filter b)
Returns a value indicating whether this instance is less than or equal to a specified object.
|
boolean |
FilterCollection.remove(Filter item)
Removes the specified item from this collection.
|
void |
View.setFilter(Filter value)
Sets a filter used in a single view.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.