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 |
---|---|
OutputIntent |
OutputIntents.get_Item(int index)
Gets the output intent at the specified
index . |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<OutputIntent> |
OutputIntents.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputIntents.addItem(OutputIntent item)
Adds an output intent to the collection.
|
boolean |
OutputIntents.containsItem(OutputIntent item)
Determines whether the collection contains a specific output intent.
|
void |
OutputIntents.copyToTArray(OutputIntent[] array,
int arrayIndex)
Copies the elements of the collection to the
array ,starting
at the particular arrayIndex into the array. |
boolean |
OutputIntents.removeItem(OutputIntent item)
Removes the first occurrence of a specific output intent from the collection.
|
Copyright © 2024 Aspose. All Rights Reserved.