Modifier and Type | Method and Description |
---|---|
Filter |
View.getFilter()
Gets a Filter object representing the 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 |
FilterCollection.remove(Filter item)
Removes the specified item from this collection.
|
void |
View.setFilter(Filter value)
Sets a Filter object representing the filter used in a single view.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.