public class ElementCollection extends Object implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Element>
Collection of base logical structure elements.
Modifier and Type | Method and Description |
---|---|
Element |
get_Item(int index)
Gets Element by index.
|
int |
getCount()
Count of elements.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Element> |
iterator()
Returns an enumerator that iterates through the collection.
|
boolean |
remove(Element item)
Remove item from collection.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getCount()
Count of elements.
public final boolean remove(Element item)
Remove item from collection.
item
- Item to remove.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Element> iterator()
Returns an enumerator that iterates through the collection.
public final Element get_Item(int index)
Gets Element by index.
index
- Index of element.Copyright © 2024 Aspose. All Rights Reserved.