Aspose::Pdf::LogicalStructure::ElementListImplementation class

ElementListImplementation class

class ElementListImplementation : public Aspose::Pdf::LogicalStructure::ElementList

Methods

MethodDescription
AddElement(System::SharedPtr<Element>, bool) overrideAdd element to list.
ElementListImplementation(System::SharedPtr<Element>)
get_Count() overrideGets the number of elements in the ElementList.
GetEnumerator() overrideGets an enumerator that iterates through the collection of elements.
virtual idx_get(int32_t)Gets an element at the given index.
InsertElement(System::SharedPtr<Element>, int32_t, bool) overrideInsert element to list.
Item(int32_t) overrideRetrieves a element at the given index.
RemoveAt(int32_t, bool) overrideRemove element from list.
RemoveElement(System::SharedPtr<Element>, bool) overrideRemove element from list.

See Also