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

NameTypeAccessDescription
countintReadReturns the number of elements.

Methods

SignatureDescription
ElementList(elements: List<StructureElement>)Creates an element list.
getCount()intReturns the number of elements.
get(index: int)StructureElementReturns the element at the given index.
iterator()Iterator<StructureElement>

See Also