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 |
---|---|
CharInfo |
CharInfoCollection.get_Item(int index)
Gets the CharInfo element at the specified index 1..n.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.IEnumerator<CharInfo> |
CharInfoCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CharInfoCollection.add(CharInfo item)
Not supported yet.
|
boolean |
CharInfoCollection.contains(CharInfo item)
Determines whether the collection contains a specific value.
|
void |
CharInfoCollection.copyTo(CharInfo[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
boolean |
CharInfoCollection.remove(CharInfo item)
Not supported yet.
|
Copyright © 2024 Aspose. All Rights Reserved.