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.
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> |