Modifier and Type | Method and Description |
---|---|
void |
add(SubPath subPath)
Adds new SubPath object to the collection.
|
void |
clear()
Clears SubPaths collection.
|
boolean |
contains(SubPath subPath)
Determines whether an element is in the collection.
|
void |
copyTo(SubPath[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
|
SubPath |
get_Item(int index)
Gets the SubPath element at the specified index.
|
boolean |
isReadOnly()
Gets a value indicating whether collection is read only.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
Returns an enumerator for the entire collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SubPath> |
iterator()
Returns an enumerator for the entire collection.
|
boolean |
remove(SubPath subPath)
Deletes the SubPath element.
|
int |
size()
Gets the number of
SubPath object elements actually contained in the collection. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SubPath> iterator()
Returns an enumerator for the entire collection.
public final com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
Returns an enumerator for the entire collection.
public final void add(SubPath subPath)
Adds new SubPath object to the collection.
subPath
- SubPath.public final void clear()
Clears SubPaths collection.
public final boolean contains(SubPath subPath)
Determines whether an element is in the collection.
subPath
- SubPath object to search.public final void copyTo(SubPath[] array, int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
array
- Array of objects which will be copied.index
- Starting index from which copying will be started.public final boolean remove(SubPath subPath)
Deletes the SubPath element.
subPath
- SubPath object that will be deleted.public final int size()
Gets the number of SubPath
object elements actually contained in the collection.
public final SubPath get_Item(int index)
Gets the SubPath element at the specified index.
index
- Index within the collection.public final boolean isReadOnly()
Gets a value indicating whether collection is read only. Always returns false.
Copyright © 2023 Aspose. All Rights Reserved.