Package | Description |
---|---|
com.aspose.pdf.vector |
Modifier and Type | Method and Description |
---|---|
SubPath |
SubPathCollection.get_Item(int index)
Gets the SubPath element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SubPath> |
SubPathCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
SubPathCollection.add(SubPath subPath)
Adds new SubPath object to the collection.
|
boolean |
SubPathCollection.contains(SubPath subPath)
Determines whether an element is in the collection.
|
void |
SubPathCollection.copyTo(SubPath[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
|
boolean |
SubPathCollection.remove(SubPath subPath)
Deletes the SubPath element.
|
Copyright © 2023 Aspose. All Rights Reserved.