IPresentation
Overview
IPresentation is a class in Aspose.Slides FOSS for .NET.
Inherits from: IPresentationComponent.
Represents a presentation document.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Presentation | IPresentation? | Read | Gets or sets the underlying presentation instance (nullable) |
CurrentDateTime | DateTime | Read/Write | Gets the presentation’s current date and time |
Slides | ISlideCollection | Read | Provides access to the collection of slides in the presentation |
NotesSize | INotesSize | Read | Provides access to the notes size settings for the presentation |
LayoutSlides | IGlobalLayoutSlideCollection | Read | Provides access to the global layout slide collection |
Masters | IMasterSlideCollection | Read | Provides access to the master slide collection |
Sections | ISectionCollection | Read | Provides access to the presentation’s section collection |
CommentAuthors | ICommentAuthorCollection | Read | Provides access to the collection of comment authors |
DocumentProperties | IDocumentProperties | Read | Provides access to core, custom, and app document properties |
Images | IImageCollection | Read | Provides access to the collection of embedded images |
SourceFormat | SourceFormat | Read | Indicates the original format the presentation was loaded from |
FirstSlideNumber | int | Read/Write | Gets or sets the number assigned to the first slide |
AsIPresentationComponent | IPresentationComponent | Read | Casts the presentation to an IPresentationComponent |
Methods
| Signature | Description |
|---|---|
Save(fname: string, format: SaveFormat) | The export format. |
Save(stream: Stream, format: SaveFormat) | The export format. |
Save(fname: string, format: SaveFormat, options: ISaveOptions) | Additional export options. |
Save(stream: Stream, format: SaveFormat, options: ISaveOptions) | Additional export options. |
Save(fname: string, slides: int[], format: SaveFormat) | The export format. |
Save(fname: string, slides: int[], format: SaveFormat, options: ISaveOptions) | Additional export options. |
Save(stream: Stream, slides: int[], format: SaveFormat) | The export format. |
Save(stream: Stream, slides: int[], format: SaveFormat, options: ISaveOptions) | Additional export options. |
Save(options: ISaveOptions) | Export options controlling format and destination. |