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.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
getBarcodeItems() |
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
getDigitalItems() |
List<SearchOptions> |
getItems()
List of Search Options records.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
getQRCodeItems() |
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 com.aspose.ms.System.Collections.Generic.List<SearchOptions> getBarcodeItems()
public com.aspose.ms.System.Collections.Generic.List<SearchOptions> getDigitalItems()
public List<SearchOptions> getItems()
List of Search Options records.
public com.aspose.ms.System.Collections.Generic.List<SearchOptions> getQRCodeItems()
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.