ElementList
Overview
ElementList is a class in Aspose.PDF FOSS for Java.
Inherits from: Iterable<StructureElement>.
Ordered list of child {@link StructureElement}s within a structure tree node.
This class provides 4 methods for working with ElementList objects in Java programs.
Available methods include: ElementList, get, getCount, iterator.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
ElementList(elements: List<StructureElement>) | Creates an element list. |
getCount() → int | Returns the number of elements. |
get(index: int) → StructureElement | Returns the element at the given index. |
iterator() → Iterator<StructureElement> |