public class SearchOptionsCollection extends Object implements com.aspose.ms.System.ICloneable, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<SearchOptions>
Collection of Search Options - keeps list of options to Search the document.
Constructor and Description |
---|
SearchOptionsCollection()
Create SearchOptionsCollection instance with empty list.
|
SearchOptionsCollection(List<SearchOptions> items)
Create SearchOptionsCollection instance with list of Search Options objects.
|
SearchOptionsCollection(SearchOptions options)
Create SearchatureOptionsCollection instance with one Search Options value.
|
Modifier and Type | Method and Description |
---|---|
void |
add(SearchOptions options)
Adds an SearchOptions object to collection.
|
Object |
deepClone()
Clone Verification Options Collection class with Verification Options Items
|
List<SearchOptions> |
getItems()
List of Search Options records.
|
boolean |
hasOptions(int SearchType) |
boolean |
remove(SearchOptions options)
Removes an SearchOptions object from collection.
|
public SearchOptionsCollection()
Create SearchOptionsCollection instance with empty list.
public SearchOptionsCollection(List<SearchOptions> items)
Create SearchOptionsCollection instance with list of Search Options objects.
items
- List of Search Options items.public SearchOptionsCollection(SearchOptions options)
Create SearchatureOptionsCollection instance with one Search Options value.
options
- Search Options to be added in list.public void add(SearchOptions options)
Adds an SearchOptions object to collection.
options
- The Search Options to be added to collection.public Object deepClone()
Clone Verification Options Collection class with Verification Options Items
deepClone
in interface com.aspose.ms.System.ICloneable
public List<SearchOptions> getItems()
List of Search Options records.
public boolean hasOptions(int SearchType)
public boolean remove(SearchOptions options)
Removes an SearchOptions object from collection.
options
- The Search Options to be removed from collection.Copyright © 2018. All rights reserved.