Aspose::Pdf::LogicalStructure::ElementListImplementation Member List

This is the complete list of members for Aspose::Pdf::LogicalStructure::ElementListImplementation, including all inherited members.

AddElement(System::SharedPtr< Element > element, bool updatePdfDictionary=true) overrideAspose::Pdf::LogicalStructure::ElementListImplementationvirtual
begin()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
begin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
cbegin() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
cend() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
const_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
ElementList()Aspose::Pdf::LogicalStructure::ElementListprotected
ElementListImplementation(System::SharedPtr< Element > owner)Aspose::Pdf::LogicalStructure::ElementListImplementation
end()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
end() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Count() overrideAspose::Pdf::LogicalStructure::ElementListImplementationvirtual
GetCounter()System::Objectinline
GetEnumerator() overrideAspose::Pdf::LogicalStructure::ElementListImplementationvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
idx_get(int32_t index)Aspose::Pdf::LogicalStructure::ElementListvirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
Item(int32_t index) overrideAspose::Pdf::LogicalStructure::ElementListImplementationvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_All(std::function< bool(System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Any()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Any(std::function< bool(System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Concat(SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >> sequence)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Contains(System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > value)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Count()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Count(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_First()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_First(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_FirstOrDefault(std::function< bool(System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_GroupBy(System::Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Last()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OrderBy(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OrderByDescending(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Select(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Select(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_SelectMany(const Func< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
LINQ_Where(std::function< bool(System::SharedPtr< Aspose::Pdf::LogicalStructure::Element >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
RemovedSharedRefs(int count)System::Objectinline
RemoveElement(System::SharedPtr< Element > element, bool updatePdfDictionary=true) overrideAspose::Pdf::LogicalStructure::ElementListImplementationvirtual
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
virtualizeBeginConstIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlinevirtual
virtualizeBeginIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >
virtualizeEndConstIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlinevirtual
virtualizeEndIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ElementList()Aspose::Pdf::LogicalStructure::ElementListprotectedvirtual
~ElementListImplementation()Aspose::Pdf::LogicalStructure::ElementListImplementationprotectedvirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::LogicalStructure::Element > >inlineprotected
~Object()System::Objectvirtual