Presentation document More...
#include <IPresentation.h>
Inherits Aspose::Slides::IPresentationComponent, and System::IDisposable.
Inherited by Aspose::Slides::Presentation.
Public Member Functions | |
virtual System::DateTime | get_CurrentDateTime ()=0 |
Returns date and time which will substitute content of datetime fields. Time of this Presentation object creation by default. Read System::DateTime. More... | |
virtual void | set_CurrentDateTime (System::DateTime value)=0 |
Sets date and time which will substitute content of datetime fields. Time of this Presentation object creation by default. Write System::DateTime. More... | |
virtual System::SharedPtr< IPresentationHeaderFooterManager > | get_HeaderFooterManager ()=0 |
Returns HeaderFooter manager of the presentation. Read-only IPresentationHeaderFooterManager. More... | |
virtual System::SharedPtr< IProtectionManager > | get_ProtectionManager ()=0 |
Gets manager of the permissions for this presentation. Read-only IProtectionManager. More... | |
virtual System::SharedPtr< ISlideCollection > | get_Slides ()=0 |
Returns a list of all slides that are defined in the presentation. Read-only ISlideCollection. More... | |
virtual System::SharedPtr< ISectionCollection > | get_Sections ()=0 |
Returns a list of all slides sections that are defined in the presentation. Read-only ISectionCollection. More... | |
virtual System::SharedPtr< ISlideSize > | get_SlideSize ()=0 |
Returns slide size object. Read-only ISlideSize. More... | |
virtual System::SharedPtr< INotesSize > | get_NotesSize ()=0 |
Returns notes slide size object. Read-only INotesSize. More... | |
virtual System::SharedPtr< IGlobalLayoutSlideCollection > | get_LayoutSlides ()=0 |
Returns a list of all layout slides that are defined in the presentation. Read-only IGlobalLayoutSlideCollection. More... | |
virtual System::SharedPtr< IMasterSlideCollection > | get_Masters ()=0 |
Returns a list of all master slides that are defined in the presentation. Read-only IMasterSlideCollection. More... | |
virtual System::SharedPtr< IMasterNotesSlideManager > | get_MasterNotesSlideManager ()=0 |
Returns notes master manager. Read-only IMasterNotesSlideManager. More... | |
virtual System::SharedPtr< IMasterHandoutSlideManager > | get_MasterHandoutSlideManager ()=0 |
Returns handout master manager. Read-only IMasterHandoutSlideManager. More... | |
virtual System::SharedPtr< IFontsManager > | get_FontsManager ()=0 |
Returns fonts manager. Read-only IFontsManager. More... | |
virtual System::SharedPtr< ITextStyle > | get_DefaultTextStyle ()=0 |
Returns default text style for shapes. Read-only ITextStyle. More... | |
virtual System::SharedPtr< ICommentAuthorCollection > | get_CommentAuthors ()=0 |
Returns the collection of comments autors. Read-only ICommentAuthorCollection. More... | |
virtual System::SharedPtr< IDocumentProperties > | get_DocumentProperties ()=0 |
Returns DocumentProperties object which contains standard and custom document properties. Read-only IDocumentProperties. More... | |
virtual System::SharedPtr< IImageCollection > | get_Images ()=0 |
Returns the collection of all images in the presentation. Read-only IImageCollection. More... | |
virtual System::SharedPtr< IAudioCollection > | get_Audios ()=0 |
Returns the collection of all embedded audio files in the presentation. Read-only IAudioCollection. More... | |
virtual System::SharedPtr< IVideoCollection > | get_Videos ()=0 |
Returns the collection of all embedded video files in the presentation. Read-only IVideoCollection. More... | |
virtual System::SharedPtr< ICustomData > | get_CustomData ()=0 |
Returns the presentation's custom data. Read-only ICustomData. More... | |
virtual System::SharedPtr< Vba::IVbaProject > | get_VbaProject ()=0 |
Gets VBA project with presentation macros. Read Vba::IVbaProject. More... | |
virtual void | set_VbaProject (System::SharedPtr< Vba::IVbaProject > value)=0 |
Gets VBA project with presentation macros. Write Vba::IVbaProject. More... | |
virtual Aspose::Slides::SourceFormat | get_SourceFormat ()=0 |
Returns information about from which format presentation was loaded. Read-only IPresentation::get_SourceFormat. More... | |
virtual System::SharedPtr< Theme::IMasterTheme > | get_MasterTheme ()=0 |
Returns master theme of the presentation. Read-only Theme::IMasterTheme. More... | |
virtual System::SharedPtr< IHyperlinkQueries > | get_HyperlinkQueries ()=0 |
Provides easy access to all hyperlinks contained in all presentation slides (not in master, layout, notes slides). Read-only IHyperlinkQueries. More... | |
virtual System::SharedPtr< IViewProperties > | get_ViewProperties ()=0 |
Gets presentation wide view properties. Read-only IViewProperties. More... | |
virtual int32_t | get_FirstSlideNumber ()=0 |
Represents the first slide number in the presentation. Read int32_t. More... | |
virtual void | set_FirstSlideNumber (int32_t value)=0 |
Represents the first slide number in the presentation. Write int32_t. More... | |
virtual System::ArrayPtr< System::SharedPtr< ICustomXmlPart > > | get_AllCustomXmlParts ()=0 |
Returns all custom data parts in the presentaion. Read-only ICustomXmlPart[]. More... | |
virtual System::SharedPtr< IDigitalSignatureCollection > | get_DigitalSignatures ()=0 |
Returns the collection of signatures used to sign the presentation. Read-only IDigitalSignatureCollection. More... | |
virtual void | Save (System::String fname, Export::SaveFormat format)=0 |
Saves all slides of a presentation to a file with the specified format. More... | |
virtual void | Save (System::SharedPtr< System::IO::Stream > stream, Export::SaveFormat format)=0 |
Saves all slides of a presentation to a stream in the specified format. More... | |
virtual void | Save (System::String fname, Export::SaveFormat format, System::SharedPtr< Export::ISaveOptions > options)=0 |
Saves all slides of a presentation to a file with the specified format and with additional options. More... | |
virtual void | Save (System::SharedPtr< System::IO::Stream > stream, Export::SaveFormat format, System::SharedPtr< Export::ISaveOptions > options)=0 |
Saves all slides of a presentation to a stream in the specified format and with additional options. More... | |
virtual void | Save (System::String fname, System::ArrayPtr< int32_t > slides, Export::SaveFormat format)=0 |
Saves specified slides of a presentation to a file with the specified format. More... | |
virtual void | Save (System::String fname, System::ArrayPtr< int32_t > slides, Export::SaveFormat format, System::SharedPtr< Export::ISaveOptions > options)=0 |
Saves specified slides of a presentation to a file with the specified format. More... | |
virtual void | Save (System::SharedPtr< System::IO::Stream > stream, System::ArrayPtr< int32_t > slides, Export::SaveFormat format)=0 |
Saves specified slides of a presentation to a stream in the specified format. More... | |
virtual void | Save (System::SharedPtr< System::IO::Stream > stream, System::ArrayPtr< int32_t > slides, Export::SaveFormat format, System::SharedPtr< Export::ISaveOptions > options)=0 |
Saves specified slides of a presentation to a stream in the specified format. More... | |
virtual void | Save (System::SharedPtr< Export::Xaml::IXamlOptions > options)=0 |
Saves all slides of a presentation to a set of files representing XAML markup. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting, System::ArrayPtr< int32_t > slides)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting, float scaleX, float scaleY)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting, System::ArrayPtr< int32_t > slides, float scaleX, float scaleY)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting, System::Drawing::Size imageSize)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::INotesCommentsLayoutingOptions > notesCommentsLayouting, System::ArrayPtr< int32_t > slides, System::Drawing::Size imageSize)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options, System::ArrayPtr< int32_t > slides)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options, float scaleX, float scaleY)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options, System::ArrayPtr< int32_t > slides, float scaleX, float scaleY)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options, System::Drawing::Size imageSize)=0 |
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size. More... | |
virtual System::ArrayPtr< System::SharedPtr< System::Drawing::Bitmap > > | GetThumbnails (System::SharedPtr< Export::IRenderingOptions > options, System::ArrayPtr< int32_t > slides, System::Drawing::Size imageSize)=0 |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size. More... | |
virtual void | Save (System::String fname, Export::SaveFormat format, System::SharedPtr< System::Web::HttpResponse > response, bool showInline)=0 |
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide. More... | |
virtual void | Save (System::String fname, Export::SaveFormat format, System::SharedPtr< Export::ISaveOptions > options, System::SharedPtr< System::Web::HttpResponse > response, bool showInline)=0 |
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide. More... | |
virtual System::SharedPtr< IBaseSlide > | GetSlideById (uint32_t id)=0 |
Returns a Slide, MasterSlide or LayoutSlide by Id. More... | |
virtual void | JoinPortionsWithSameFormatting ()=0 |
Joins runs with same formatting in all paragraphs in all acceptable shapes in all slides. More... | |
![]() | |
virtual System::SharedPtr< IPresentation > | get_Presentation ()=0 |
Returns the presentation. Read-only IPresentation. More... | |
![]() | |
Object () | |
Creates object. Initializes all internal data structures. More... | |
virtual | ~Object () |
Destroys object. Frees all internal data structures. More... | |
Object (Object const &x) | |
Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object & | operator= (Object const &x) |
Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object * | SharedRefAdded () |
Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | SharedRefRemovedSafe () |
Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | RemovedSharedRefs (int count) |
Decreases shared reference count by specified value. More... | |
Detail::SmartPtrCounter * | WeakRefAdded () |
Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
void | WeakRefRemoved () |
Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
Detail::SmartPtrCounter * | GetCounter () |
Gets reference counter data structure associated with the object. More... | |
int | SharedCount () const |
Gets current value of shared reference counter. More... | |
void | Lock () |
Implements C# lock() statement locking. Call directly or use LockContext sentry object. More... | |
void | Unlock () |
Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More... | |
virtual bool | Equals (ptr obj) |
Compares objects using C# Object.Equals semantics. More... | |
virtual int32_t | GetHashCode () const |
Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More... | |
virtual String | ToString () const |
Analog of C# Object.ToString() method. Enables converting custom objects to string. More... | |
virtual ptr | MemberwiseClone () const |
Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More... | |
virtual const TypeInfo & | GetType () const |
Gets actual type of object. Analog of C# System.Object.GetType() call. More... | |
virtual bool | Is (const TypeInfo &targetType) const |
Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More... | |
virtual void | SetTemplateWeakPtr (uint32_t argument) |
Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More... | |
virtual bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
For internal purposes only. More... | |
template<> | |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
Specialization of Object::ReferenceEquals for case of string and nullptr. More... | |
template<> | |
bool | ReferenceEquals (String const &str1, String const &str2) |
Specialization of Object::ReferenceEquals for case of strings. More... | |
![]() | |
virtual void | Dispose () |
Does nothing. More... | |
Additional Inherited Members | |
![]() | |
typedef SmartPtr< Object > | ptr |
Alias for smart pointer type. More... | |
![]() | |
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
Reference-compares value type object with nullptr. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares reference type objects in C# style. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares value type objects in C# style. More... | |
static const TypeInfo & | Type () |
Implements C# typeof(System.Object) construct. More... | |
template<> | |
bool | Equals (float const &objA, float const &objB) |
Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More... | |
template<> | |
bool | Equals (double const &objA, double const &objB) |
Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More... | |
Presentation document
|
pure virtual |
Returns all custom data parts in the presentaion. Read-only ICustomXmlPart[].
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the collection of all embedded audio files in the presentation. Read-only IAudioCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the collection of comments autors. Read-only ICommentAuthorCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns date and time which will substitute content of datetime fields. Time of this Presentation object creation by default. Read System::DateTime.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the presentation's custom data. Read-only ICustomData.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns default text style for shapes. Read-only ITextStyle.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the collection of signatures used to sign the presentation. Read-only IDigitalSignatureCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns DocumentProperties object which contains standard and custom document properties. Read-only IDocumentProperties.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Represents the first slide number in the presentation. Read int32_t.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns fonts manager. Read-only IFontsManager.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns HeaderFooter manager of the presentation. Read-only IPresentationHeaderFooterManager.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Provides easy access to all hyperlinks contained in all presentation slides (not in master, layout, notes slides). Read-only IHyperlinkQueries.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the collection of all images in the presentation. Read-only IImageCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a list of all layout slides that are defined in the presentation. Read-only IGlobalLayoutSlideCollection.
You can access to alternative API for adding/inserting/removing/cloning layout slides by using IMasterSlide::get_LayoutSlides property.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns handout master manager. Read-only IMasterHandoutSlideManager.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns notes master manager. Read-only IMasterNotesSlideManager.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a list of all master slides that are defined in the presentation. Read-only IMasterSlideCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns master theme of the presentation. Read-only Theme::IMasterTheme.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns notes slide size object. Read-only INotesSize.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Gets manager of the permissions for this presentation. Read-only IProtectionManager.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a list of all slides sections that are defined in the presentation. Read-only ISectionCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a list of all slides that are defined in the presentation. Read-only ISlideCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns slide size object. Read-only ISlideSize.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns information about from which format presentation was loaded. Read-only IPresentation::get_SourceFormat.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Gets VBA project with presentation macros. Read Vba::IVbaProject.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns the collection of all embedded video files in the presentation. Read-only IVideoCollection.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Gets presentation wide view properties. Read-only IViewProperties.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Slide, MasterSlide or LayoutSlide by Id.
id | Id of a slide. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation.
notesCommentsLayouting | Options for notes and comments layouting. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling.
notesCommentsLayouting | Options for notes and comments layouting. |
scaleX | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | The value by which to scale this Thumbnail in the y-axis direction. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation.
notesCommentsLayouting | Options for notes and comments layouting. |
slides | Array with slide positions, starting from 1. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling.
notesCommentsLayouting | Options for notes and comments layouting. |
slides | Array with slide positions, starting from 1. |
scaleX | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | The value by which to scale this Thumbnail in the y-axis direction. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size.
notesCommentsLayouting | Options for notes and comments layouting. |
slides | Array with slide positions, starting from 1. |
imageSize | Size of the image to create. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size.
notesCommentsLayouting | Options for notes and comments layouting. |
imageSize | Size of the image to create. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation.
options | Rendering options. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling.
options | Rendering options. |
scaleX | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | The value by which to scale this Thumbnail in the y-axis direction. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation.
options | Rendering options. |
slides | Array with slide positions, starting from 1. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling.
options | Rendering options. |
slides | Array with slide positions, starting from 1. |
scaleX | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | The value by which to scale this Thumbnail in the y-axis direction. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size.
options | Rendering options. |
slides | Array with slide positions, starting from 1. |
imageSize | Size of the image to create. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size.
options | Rendering options. |
imageSize | Size of the image to create. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Joins runs with same formatting in all paragraphs in all acceptable shapes in all slides.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves all slides of a presentation to a set of files representing XAML markup.
options | The XAML format options. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves all slides of a presentation to a stream in the specified format.
stream | Output stream. |
format | Format of the exported data. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves all slides of a presentation to a stream in the specified format and with additional options.
stream | Output stream. |
format | Format of the exported data. |
options | Additional format options. |
System::NotSupportedException | If you try to save encrypted file in none Office 2007-2010 format |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves specified slides of a presentation to a stream in the specified format.
stream | Output stream. |
slides | Array with slide positions, starting from 1. |
format | Format of the exported data. |
System::ArgumentNullException | When stream or slides parameter is null. |
System::ArgumentOutOfRangeException | When slides parameter contains wrong page numbers. |
System::InvalidOperationException | When an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves specified slides of a presentation to a stream in the specified format.
stream | Output stream. |
slides | Array with slide positions, starting from 1. |
format | Format of the exported data. |
options | Additional format options. |
System::ArgumentNullException | When stream or slides parameter is null. |
System::ArgumentOutOfRangeException | When slides parameter contains wrong page numbers. |
System::InvalidOperationException | When an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves all slides of a presentation to a file with the specified format.
fname | Path to the created file. |
format | Format of the exported data. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves all slides of a presentation to a file with the specified format and with additional options.
fname | Path to the created file. |
format | Format of the exported data. |
options | Additional format options. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide.
fname | The name for the presentation that will appear at the client browser. The name should not contain path. |
format | Format of the exported data. |
options | Additional format options. |
response | Response object where to save the document. |
showInline | True to show an option to open the presentation inside the browser. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Sends the presentation to the client browser. This method is absent in ClientProfile versions of Aspose.Slide.
fname | The name for the presentation that will appear at the client browser. The name should not contain path. |
format | Format of the exported data. |
response | Response object where to save the document. |
showInline | True to show an option to open the presentation inside the browser. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves specified slides of a presentation to a file with the specified format.
fname | Path to the created file. |
slides | Array with slide positions, starting from 1. |
format | Format of the exported data. |
System::ArgumentNullException | When stream or slides parameter is null. |
System::ArgumentOutOfRangeException | When slides parameter contains wrong page numbers. |
System::InvalidOperationException | When an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Saves specified slides of a presentation to a file with the specified format.
fname | Path to the created file. |
slides | Array with slide positions, starting from 1. |
format | Format of the exported data. |
options | Additional format options. |
System::ArgumentNullException | When stream or slides parameter is null. |
System::ArgumentOutOfRangeException | When slides parameter contains wrong page numbers. |
System::InvalidOperationException | When an unsupported SaveFormat is used, e.g. PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, ODP. |
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Sets date and time which will substitute content of datetime fields. Time of this Presentation object creation by default. Write System::DateTime.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Represents the first slide number in the presentation. Write int32_t.
Implemented in Aspose::Slides::Presentation.
|
pure virtual |
Gets VBA project with presentation macros. Write Vba::IVbaProject.
Implemented in Aspose::Slides::Presentation.