public class VerifyOptionsCollection extends Object implements com.aspose.ms.System.ICloneable, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<VerifyOptions>
Collection of Verify Options - keeps list of options to verify the document.
Constructor and Description |
---|
VerifyOptionsCollection()
Create VerifyOptionsCollection instance with empty list.
|
VerifyOptionsCollection(List<VerifyOptions> items)
Create VerifyOptionsCollection instance with list of Verify Options objects.
|
VerifyOptionsCollection(VerifyOptions options)
Create VerifyatureOptionsCollection instance with one Verify Options value.
|
Modifier and Type | Method and Description |
---|---|
void |
add(VerifyOptions options)
Adds an VerifyOptions object to collection.
|
Object |
deepClone()
Clone Verification Options Collection class with Verification Options Items
|
List<VerifyOptions> |
getItems()
List of Verify Options records.
|
boolean |
isValid()
Returns summary value of all collection items.
|
boolean |
remove(VerifyOptions options)
Removes an VerifyOptions object from collection.
|
public VerifyOptionsCollection()
Create VerifyOptionsCollection instance with empty list.
public VerifyOptionsCollection(List<VerifyOptions> items)
Create VerifyOptionsCollection instance with list of Verify Options objects.
items
- List of Verify Options items.public VerifyOptionsCollection(VerifyOptions options)
Create VerifyatureOptionsCollection instance with one Verify Options value.
options
- Verify Options to be added in list.public void add(VerifyOptions options)
Adds an VerifyOptions object to collection.
options
- The Verify 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<VerifyOptions> getItems()
List of Verify Options records.
public boolean isValid()
Returns summary value of all collection items. If at least one has Valid as false then return values is false. If all items were verified successfully then return value is true.
public boolean remove(VerifyOptions options)
Removes an VerifyOptions object from collection.
options
- The Verify Options to be removed from collection.Copyright © 2019. All rights reserved.