IPresentation

Vue de l’ensemble

‘IPresentation’ est une classe dans Aspose.Slides FOSS pour .NET. Inhérite de: ‘Précédent d’IPrésentations’.

Il présente un document de présentation.

Cette classe fournit 9 méthodes pour travailler avec des objets de représentation IP dans les programmes .NET. Les méthodologies disponibles comprennent: ‘Save’ Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation du package .net Aspose.Slides FOSS. Propriétés: AsIPresentationComponent', CommentAuthors, CurrentDateTime,DocumentProperties` et encore 7 autres.

Propriétés

NameTypeAccessDescription
PresentationIPresentation?ReadGets the presentation.
CurrentDateTimeDateTimeRead/WriteGets or sets the date and time used to substitute content of datetime fields.
SlidesISlideCollectionReadGets the collection of all slides defined in the presentation.
NotesSizeINotesSizeReadGets the notes slide size object for this presentation.
LayoutSlidesIGlobalLayoutSlideCollectionReadGets the collection of all layout slides defined in the presentation.
MastersIMasterSlideCollectionReadGets the collection of all master slides defined in the presentation.
SectionsISectionCollectionReadGets the collection of all sections in the presentation.
CommentAuthorsICommentAuthorCollectionReadGets the collection of comment authors.
DocumentPropertiesIDocumentPropertiesReadGets the document properties (metadata) of the presentation.
ImagesIImageCollectionReadGets the collection of all images embedded in the presentation.
SourceFormatSourceFormatReadGets the format the presentation was loaded from.
FirstSlideNumberintRead/WriteGets or sets the first slide number in the presentation.
AsIPresentationComponentIPresentationComponentReadReturns this instance as an IPresentationComponent.

méthodes

SignatureDescription
Save(fname: string, format: SaveFormat)Saves the presentation to a file in the specified format.
Save(stream: Stream, format: SaveFormat)Saves the presentation to a stream in the specified format.
Save(fname: string, format: SaveFormat, options: ISaveOptions)Saves the presentation to a file with the specified format and options.
Save(stream: Stream, format: SaveFormat, options: ISaveOptions)Saves the presentation to a stream with the specified format and options.
Save(fname: string, slides: int[], format: SaveFormat)Saves specific slides to a file in the specified format.
Save(fname: string, slides: int[], format: SaveFormat, options: ISaveOptions)Saves specific slides to a file with the specified format and options.
Save(stream: Stream, slides: int[], format: SaveFormat)Saves specific slides to a stream in the specified format.
Save(stream: Stream, slides: int[], format: SaveFormat, options: ISaveOptions)Saves specific slides to a stream with the specified format and options.
Save(options: ISaveOptions)Saves the presentation using the specified options object.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français