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

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

 English