Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
Option |
OptionCollection.get_Item(int index)
Gets option by index.
|
Option |
OptionCollection.get_Item(String name)
Gets option by its name.
|
Option |
OptionCollection.get(int index)
Gets option by index.
|
Option |
OptionCollection.get(String name)
Gets option from colleciton by option name.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.IEnumerator<Option> |
OptionCollection.iterator()
Returns enumerator for options in collection.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionCollection.add(Option item)
Adds item in collection, throws .
|
boolean |
OptionCollection.contains(Option item)
Checks if item exists in collection, throws .
|
boolean |
OptionCollection.remove(Option item)
Removes item from collection, throws .
|
Copyright © 2024 Aspose. All Rights Reserved.