IPresentation

Overview

IPresentation is a class in Aspose.Slides FOSS for .NET. Inherits from: IPresentationComponent.

Represents a presentation document.

Properties

NameTypeAccessDescription
PresentationIPresentation?ReadGets or sets the underlying presentation instance (nullable)
CurrentDateTimeDateTimeRead/WriteGets the presentation’s current date and time
SlidesISlideCollectionReadProvides access to the collection of slides in the presentation
NotesSizeINotesSizeReadProvides access to the notes size settings for the presentation
LayoutSlidesIGlobalLayoutSlideCollectionReadProvides access to the global layout slide collection
MastersIMasterSlideCollectionReadProvides access to the master slide collection
SectionsISectionCollectionReadProvides access to the presentation’s section collection
CommentAuthorsICommentAuthorCollectionReadProvides access to the collection of comment authors
DocumentPropertiesIDocumentPropertiesReadProvides access to core, custom, and app document properties
ImagesIImageCollectionReadProvides access to the collection of embedded images
SourceFormatSourceFormatReadIndicates the original format the presentation was loaded from
FirstSlideNumberintRead/WriteGets or sets the number assigned to the first slide
AsIPresentationComponentIPresentationComponentReadCasts the presentation to an IPresentationComponent

Methods

SignatureDescription
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.

See Also