Presentation Class |
Namespace: Aspose.Slides
The Presentation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Presentation |
This constructor creates new presentation from scratch.
Created presentation has one empty slide.
|
![]() ![]() | Presentation(Stream) |
This constructor is the primary mechanism for reading an existing Presentation.
|
![]() ![]() | Presentation(String) |
This constructor gets a source file path from which
the contents of the Presentation are read.
|
![]() | Presentation(LoadOptions) |
This constructor creates new presentation from scratch.
Created presentation has one empty slide.
|
![]() | Presentation(Stream, LoadOptions) |
This constructor is the primary mechanism for reading an existing Presentation.
|
![]() | Presentation(String, LoadOptions) |
This constructor gets a source file path from which
the contents of the Presentation are read.
|
Name | Description | |
---|---|---|
![]() | AllCustomXmlParts |
Returns all custom data parts in the presentaion.
Read-only ICustomXmlPart.
|
![]() | Audios |
Returns the collection of all embedded audio files in the presentation.
Read-only IAudioCollection.
|
![]() | CommentAuthors |
Returns the collection of comments autors.
Read-only ICommentAuthorCollection.
|
![]() | CurrentDateTime |
Returns or sets date and time which will substitute content of datetime fields.
Time of this Presentation object creation by default.
Read/write DateTime.
|
![]() | CustomData |
Returns the presentation's custom data.
Read-only ICustomData.
|
![]() | DefaultTextStyle |
Returns default text style for shapes.
Read-only ITextStyle.
|
![]() ![]() | DigitalSignatures |
Returns the collection of signatures used to sign the presentation.
Read-only IDigitalSignatureCollection.
|
![]() | DocumentProperties |
Returns DocumentProperties object which contains standard and custom document properties.
Read-only IDocumentProperties.
|
![]() | FirstSlideNumber |
Represents the first slide number in the presentation
|
![]() | FontsManager |
Returns fonts manager.
Read-only IFontsManager.
|
![]() | HeaderFooterManager |
Returns actual HeaderFooter manager.
Read-only IPresentationHeaderFooterManager.
|
![]() | HyperlinkQueries |
Provides easy access to all hyperlinks contained in all presentation slides (not in master, layout, notes slides).
Read-only IHyperlinkQueries.
|
![]() | Images |
Returns the collection of all images in the presentation.
Read-only IImageCollection.
|
![]() | LayoutSlides |
Returns a list of all layout slides that are defined in the presentation.
Read-only IGlobalLayoutSlideCollection.
|
![]() | MasterHandoutSlideManager |
Returns handout master manager.
Read-only IMasterHandoutSlideManager.
|
![]() | MasterNotesSlideManager |
Returns notes master manager.
Read-only IMasterNotesSlideManager.
|
![]() | Masters |
Returns a list of all master slides that are defined in the presentation.
Read-only IMasterSlideCollection.
|
![]() | MasterTheme |
Returns master theme.
Read-only IMasterTheme.
|
![]() | NotesSize |
Returns notes slide size object.
Read-only INotesSize.
|
![]() | ProtectionManager |
Gets manager of the permissions for this presentation.
Read-only IProtectionManager.
|
![]() | Sections |
Returns a list of all slides sections that are defined in the presentation.
Read-only ISectionCollection.
|
![]() | Slides |
Returns a list of all slides that are defined in the presentation.
Read-only ISlideCollection.
|
![]() | SlideSize |
Returns slide size object.
Read-only ISlideSize.
|
![]() | SourceFormat |
Returns information about from which format presentation was loaded.
Read-only SourceFormat.
|
![]() | VbaProject |
Gets or sets VBA project with presentation macros.
Read/write IVbaProject.
|
![]() | Videos |
Returns the collection of all embedded video files in the presentation.
Read-only IVideoCollection.
|
![]() | ViewProperties |
Gets presentation wide view properties.
Read-only IViewProperties.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources used by this Aspose.Slides.Pptx.PrentationEx object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSlideById |
Returns a Slide, MasterSlide or LayoutSlide by Id.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions) |
Returns a Thumbnail Bitmap objects for all slides of a presentation.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions, Size) |
Returns a Thumbnail Bitmap objects for all slides of a presentation with specified size.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions, Int32) |
Returns a Thumbnail Bitmap objects for specified slides of a presentation.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions, Int32, Size) |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with specified size.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions, Single, Single) |
Returns a Thumbnail Bitmap objects for all slides of a presentation with custom scaling.
|
![]() | GetThumbnails(INotesCommentsLayoutingOptions, Int32, Single, Single) |
Returns a Thumbnail Bitmap objects for specified slides of a presentation with custom scaling.
|
![]() | GetType | (Inherited from Object.) |
![]() | JoinPortionsWithSameFormatting |
Joins runs with same formatting in all paragraphs in all acceptable shapes in all slides.
|
![]() |
Prints the whole presentation to the default printer.
| |
![]() | Print(PrinterSettings) |
Prints the presentation according to the specified printer settings,
using the standard (no User Interface) print controller.
|
![]() | Print(String) |
Print the whole presentation to the specified printer,
using the standard (no User Interface) print controller.
|
![]() | Print(PrinterSettings, String) |
Prints the document according to the specified printer settings, using
the standard (no User Interface) print controller and a presentation name.
|
![]() | Save(Stream, SaveFormat) |
Saves all slides of a presentation to a stream in the specified format.
|
![]() | Save(String, SaveFormat) |
Saves all slides of a presentation to a file with the specified format.
|
![]() | Save(Stream, SaveFormat, ISaveOptions) |
Saves all slides of a presentation to a stream in the specified format and with additional options.
|
![]() | Save(Stream, Int32, SaveFormat) |
Saves specified slides of a presentation to a stream in the specified format with page number keeping.
|
![]() | Save(String, SaveFormat, ISaveOptions) |
Saves all slides of a presentation to a file with the specified format and with additional options.
|
![]() | Save(String, Int32, SaveFormat) |
Saves specified slides of a presentation to a file with the specified format with page number keeping.
|
![]() | Save(Stream, Int32, SaveFormat, ISaveOptions) |
Saves specified slides of a presentation to a stream in the specified format with page number keeping.
|
![]() | Save(String, SaveFormat, HttpResponse, Boolean) |
Sends the presentation to the client browser.
This method is absent in ClientProfile versions of Aspose.Slide.
|
![]() | Save(String, Int32, SaveFormat, ISaveOptions) |
Saves specified slides of a presentation to a file with the specified format with page number keeping.
|
![]() | Save(String, SaveFormat, ISaveOptions, HttpResponse, Boolean) |
Sends the presentation to the client browser.
This method is absent in ClientProfile versions of Aspose.Slide.
|
![]() | ToString | (Inherited from Object.) |