Aspose::Pdf::Cells Member List

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

Add()Aspose::Pdf::Cells
Add(System::String text, System::SharedPtr< Text::TextState > ts)Aspose::Pdf::Cells
Add(System::String text)Aspose::Pdf::Cells
Add(System::SharedPtr< Cell > cell)Aspose::Pdf::Cells
begin() noexceptAspose::Pdf::Cells
begin() const noexceptAspose::Pdf::Cells
cbegin() const noexceptAspose::Pdf::Cells
Cells()Aspose::Pdf::Cells
cend() const noexceptAspose::Pdf::Cells
const_iterator typedefAspose::Pdf::Cells
Dispose()Aspose::Pdf::Cells
end() noexceptAspose::Pdf::Cells
end() const noexceptAspose::Pdf::Cells
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()Aspose::Pdf::Cells
GetCounter()System::Objectinline
GetEnumerator() overrideAspose::Pdf::Cellsvirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
idx_get(int32_t index)Aspose::Pdf::Cells
idx_set(int32_t index, System::SharedPtr< Cell > value)Aspose::Pdf::Cells
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
Insert(int32_t index, System::SharedPtr< Cell > cell)Aspose::Pdf::Cells
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefAspose::Pdf::Cells
iterator_holder_type typedefAspose::Pdf::Cells
LINQ_All(std::function< bool(System::SharedPtr< Aspose::Pdf::Cell >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Any()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Any(std::function< bool(System::SharedPtr< Aspose::Pdf::Cell >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Concat(SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >> sequence)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Contains(System::SharedPtr< Aspose::Pdf::Cell > value)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Count()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Count(const Func< System::SharedPtr< Aspose::Pdf::Cell >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_First()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_First(const Func< System::SharedPtr< Aspose::Pdf::Cell >, bool > &predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_FirstOrDefault(std::function< bool(System::SharedPtr< Aspose::Pdf::Cell >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_GroupBy(System::Func< System::SharedPtr< Aspose::Pdf::Cell >, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Last()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OrderBy(const Func< System::SharedPtr< Aspose::Pdf::Cell >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OrderByDescending(const Func< System::SharedPtr< Aspose::Pdf::Cell >, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Select(const Func< System::SharedPtr< Aspose::Pdf::Cell >, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Select(const Func< System::SharedPtr< Aspose::Pdf::Cell >, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_SelectMany(const Func< System::SharedPtr< Aspose::Pdf::Cell >, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
LINQ_Where(std::function< bool(System::SharedPtr< Aspose::Pdf::Cell >)> predicate)System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >
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
Remove(System::SharedPtr< Cell > cell)Aspose::Pdf::Cells
RemovedSharedRefs(int count)System::Objectinline
RemoveRange(int32_t index, int32_t count)Aspose::Pdf::Cells
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::Cell > >
virtualizeBeginConstIterator() const overrideAspose::Pdf::Cellsvirtual
virtualizeBeginIterator() overrideAspose::Pdf::Cellsvirtual
virtualized_iterator typedefAspose::Pdf::Cells
virtualized_iterator_element typedefAspose::Pdf::Cells
virtualizeEndConstIterator() const overrideAspose::Pdf::Cellsvirtual
virtualizeEndIterator() overrideAspose::Pdf::Cellsvirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~Cells()Aspose::Pdf::Cellsprotectedvirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::Cell > >inlineprotected
~Object()System::Objectvirtual