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)
Not supported yet.
|
boolean |
OptionCollection.contains(Option item)
Not implemented yet.
|
boolean |
OptionCollection.remove(Option item)
Not implemented yet.
|
Copyright © 2020 Aspose. All Rights Reserved.