Aspose::Pdf::LogicalStructure::ElementList class

ElementList class

Represents an ordered collection of elements.

class ElementList : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::LogicalStructure::Element>>

Methods

MethodDescription
virtual get_Count()Gets the number of elements in the ElementList.
virtual GetEnumerator()Gets an enumerator that iterates through the collection of elements.
virtual idx_get(int32_t)Gets an element at the given index.
virtual Item(int32_t)Retrieves a element at the given index.

See Also