AddClone(System::SharedPtr< ISlide > sourceSlide)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddClone(System::SharedPtr< ISlide > sourceSlide, System::SharedPtr< ISection > section)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddClone(System::SharedPtr< ISlide > sourceSlide, System::SharedPtr< ILayoutSlide > destLayout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddClone(System::SharedPtr< ISlide > sourceSlide, System::SharedPtr< IMasterSlide > destMaster, bool allowCloneMissingLayout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddEmptySlide(System::SharedPtr< ILayoutSlide > layout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::String htmlText, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::String htmlText)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::SharedPtr< System::IO::TextReader > htmlReader, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::SharedPtr< System::IO::TextReader > htmlReader)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::SharedPtr< System::IO::Stream > htmlStream, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromHtml(System::SharedPtr< System::IO::Stream > htmlStream)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromPdf(System::String path)=0 | Aspose::Slides::ISlideCollection | pure virtual |
AddFromPdf(System::SharedPtr< System::IO::Stream > pdfStream)=0 | Aspose::Slides::ISlideCollection | pure virtual |
begin() noexcept | System::Collections::Generic::IEnumerable< T > | inline |
begin() const noexcept | System::Collections::Generic::IEnumerable< T > | inline |
cbegin() const noexcept | System::Collections::Generic::IEnumerable< T > | inline |
cend() const noexcept | System::Collections::Generic::IEnumerable< T > | inline |
const_iterator typedef | System::Collections::Generic::IEnumerable< T > | |
CopyTo(System::ArrayPtr< System::SharedPtr< Aspose::Slides::ISlide > > array, int32_t index)=0 | Aspose::Slides::IGenericCollection< System::SharedPtr< Aspose::Slides::ISlide > > | pure virtual |
end() noexcept | System::Collections::Generic::IEnumerable< T > | inline |
end() const noexcept | System::Collections::Generic::IEnumerable< T > | inline |
Equals(ptr obj) | System::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
get_Count()=0 | Aspose::Slides::IGenericCollection< System::SharedPtr< Aspose::Slides::ISlide > > | pure virtual |
get_IsSynchronized()=0 | Aspose::Slides::IGenericCollection< System::SharedPtr< Aspose::Slides::ISlide > > | pure virtual |
get_SyncRoot()=0 | Aspose::Slides::IGenericCollection< System::SharedPtr< Aspose::Slides::ISlide > > | pure virtual |
GetCounter() | System::Object | inline |
GetEnumerator()=0 | System::Collections::Generic::IEnumerable< T > | pure virtual |
GetEnumeratorAsVirtualizedIterator() | System::Collections::Generic::IEnumerable< T > | inlineprotected |
GetEnumeratorAsVirtualizedIterator() const | System::Collections::Generic::IEnumerable< T > | inlineprotected |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
idx_get(int32_t index)=0 | Aspose::Slides::ISlideCollection | pure virtual |
IEnumeratorType typedef | System::Collections::Generic::IEnumerable< T > | |
IndexOf(System::SharedPtr< ISlide > slide)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertClone(int32_t index, System::SharedPtr< ISlide > sourceSlide)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertClone(int32_t index, System::SharedPtr< ISlide > sourceSlide, System::SharedPtr< ILayoutSlide > destLayout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertClone(int32_t index, System::SharedPtr< ISlide > sourceSlide, System::SharedPtr< IMasterSlide > destMaster, bool allowCloneMissingLayout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertEmptySlide(int32_t index, System::SharedPtr< ILayoutSlide > layout)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::String htmlText, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::String htmlText)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::SharedPtr< System::IO::TextReader > htmlReader, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::SharedPtr< System::IO::TextReader > htmlReader)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::SharedPtr< System::IO::Stream > htmlStream, System::SharedPtr< Import::IExternalResourceResolver > resolver, System::String uri)=0 | Aspose::Slides::ISlideCollection | pure virtual |
InsertFromHtml(int32_t index, System::SharedPtr< System::IO::Stream > htmlStream)=0 | Aspose::Slides::ISlideCollection | pure virtual |
Is(const TypeInfo &targetType) const | System::Object | virtual |
iterator typedef | System::Collections::Generic::IEnumerable< T > | |
LINQ_All(std::function< bool(T)> predicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Any() | System::Collections::Generic::IEnumerable< T > | |
LINQ_Any(std::function< bool(T)> predicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< T > | |
LINQ_Cast() | System::Collections::Generic::IEnumerable< T > | |
LINQ_Concat(SharedPtr< IEnumerable< T >> sequence) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Contains(T value) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Count() | System::Collections::Generic::IEnumerable< T > | |
LINQ_Count(const Func< T, bool > &predicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_ElementAt(int index) | System::Collections::Generic::IEnumerable< T > | |
LINQ_First() | System::Collections::Generic::IEnumerable< T > | |
LINQ_First(const Func< T, bool > &predicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_FirstOrDefault() | System::Collections::Generic::IEnumerable< T > | |
LINQ_FirstOrDefault(std::function< bool(T)> predicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_GroupBy(System::Func< T, Key > keyPredicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_GroupBy(System::Func< Source, Key > keyPredicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Last() | System::Collections::Generic::IEnumerable< T > | |
LINQ_LastOrDefault() | System::Collections::Generic::IEnumerable< T > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< T > | |
LINQ_OfType() | System::Collections::Generic::IEnumerable< T > | |
LINQ_OrderBy(const Func< T, Key > &keySelector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_OrderBy(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_OrderByDescending(const Func< T, Key > &keySelector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_OrderByDescending(const Func< Source, Key > &keySelector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Select(const Func< T, ResultType > &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Select(const Func< T, int32_t, ResultType > &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Select(const Func< Source, Result > &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Select(const Func< Source, int32_t, Result > &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_SelectMany(const Func< T, SharedPtr< IEnumerable< ResultType >>> &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector) | System::Collections::Generic::IEnumerable< T > | |
LINQ_ToArray() | System::Collections::Generic::IEnumerable< T > | |
LINQ_ToList() | System::Collections::Generic::IEnumerable< T > | |
LINQ_Where(std::function< bool(T)> predicate) | System::Collections::Generic::IEnumerable< T > | |
Lock() | System::Object | |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(Object const &x) | System::Object | inline |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
Remove(System::SharedPtr< ISlide > value)=0 | Aspose::Slides::ISlideCollection | pure virtual |
RemoveAt(int32_t index)=0 | Aspose::Slides::ISlideCollection | pure virtual |
RemovedSharedRefs(int count) | System::Object | inline |
Reorder(int32_t index, System::SharedPtr< ISlide > slide)=0 | Aspose::Slides::ISlideCollection | pure virtual |
Reorder(int32_t index, const System::ArrayPtr< System::SharedPtr< ISlide >> &slides)=0 | Aspose::Slides::ISlideCollection | pure virtual |
SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToArray()=0 | Aspose::Slides::ISlideCollection | pure virtual |
ToArray(int32_t startIndex, int32_t count)=0 | Aspose::Slides::ISlideCollection | pure virtual |
ToString() const | System::Object | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueType typedef | System::Collections::Generic::IEnumerable< T > | |
virtualizeBeginConstIterator() const | System::Collections::Generic::IEnumerable< T > | inlinevirtual |
virtualizeBeginIterator() | System::Collections::Generic::IEnumerable< T > | inlinevirtual |
virtualized_iterator typedef | System::Collections::Generic::IEnumerable< T > | |
virtualized_iterator_element typedef | System::Collections::Generic::IEnumerable< T > | |
virtualizeEndConstIterator() const | System::Collections::Generic::IEnumerable< T > | inlinevirtual |
virtualizeEndIterator() | System::Collections::Generic::IEnumerable< T > | inlinevirtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~IEnumerable() override | System::Collections::Generic::IEnumerable< T > | inlineprotected |
~Object() | System::Object | virtual |