Aspose::Pdf::Structure::ElementCollection class

ElementCollection class

Collection of base logical structure elements.

class ElementCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::Structure::Element>>

Methods

MethodDescription
begin()Gets iterator pointing to the first element (if any) of the collection.
begin() constGets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
cbegin() constGets iterator pointing to the first const-qualified element (if any) of the collection.
cend() constGets iterator pointing right after the last const-qualified element (if any) of the collection.
end()Gets iterator pointing right after the last element (if any) of the collection.
end() constGets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
get_Count()Count of elements.
GetEnumerator() overrideReturns an enumerator that iterates through the collection.
idx_get(int32_t)Gets Element by index.
Remove(System::SharedPtr<Element>)Remove item from collection.
virtualizeBeginConstIterator() const overrideGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIterator() overrideGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIterator() const overrideGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIterator() overrideGets iterator pointing right after the last element (if any) of the collection.

Typedefs

TypedefDescription
const_iteratorConst iterator type.
iteratorIterator type.
iterator_holder_typeA collection type whose iterator types is used as iterator types in the current collection.
virtualized_iteratorVirtualized type.
virtualized_iterator_elementVirtualized element type.

See Also