IPresentation

General

IPresentation és una classe en Aspose.Slides per NET. Hereta de: ゚IPresentationComponent⌒’ .

Representa un document de presentació.

Propietats

NameTypeAccessDescription
PresentationIPresentation?ReadGets or sets the underlying presentation instance
CurrentDateTimeDateTimeRead/WriteProvides the presentation’s current date and time
SlidesISlideCollectionReadGives access to the collection of slides in the presentation
NotesSizeINotesSizeReadRepresents the size settings for notes slides
LayoutSlidesIGlobalLayoutSlideCollectionReadAccesses the global layout slide collection
MastersIMasterSlideCollectionReadProvides the collection of master slides
SectionsISectionCollectionReadReturns the collection of sections within the presentation
CommentAuthorsICommentAuthorCollectionReadContains the authors of comments in the presentation
DocumentPropertiesIDocumentPropertiesReadExposes core, custom, and app properties of the document
ImagesIImageCollectionReadGives access to embedded images in the presentation
SourceFormatSourceFormatReadIndicates the original format the presentation was loaded from
FirstSlideNumberintRead/WriteGets or sets the number assigned to the first slide
AsIPresentationComponentIPresentationComponentReadReturns the presentation as an IPresentationComponent

Mètodes

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.
 Català