IPresentation Interface |
Namespace: Aspose.Slides
The IPresentation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllCustomXmlParts |
Returns all custom data parts in the presentaion.
Read-only ICustomXmlPart.
|
![]() | AsIDisposable |
Returns IDisposable interface.
Read-only IDisposable.
|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
|
![]() | 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.
Read/write Int32.
|
![]() | FontsManager |
Returns fonts manager.
Read-only IFontsManager.
|
![]() | HeaderFooterManager |
Returns HeaderFooter manager of the presentation.
Read-only [!:IHeaderFooterManager].
|
![]() | 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 of the presentation.
Read-only IMasterTheme.
|
![]() | NotesSize |
Returns notes slide size object.
Read-only INotesSize.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | 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 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 | (Inherited from IDisposable.) |
![]() | 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.
|
![]() | 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.
|
![]() | 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.
|
![]() | Save(Stream, Int32, SaveFormat, ISaveOptions) |
Saves specified slides of a presentation to a stream in the specified format.
|
![]() | 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.
|
![]() | Save(String, SaveFormat, ISaveOptions, HttpResponse, Boolean) |
Sends the presentation to the client browser.
This method is absent in ClientProfile versions of Aspose.Slide.
|