IPresentation
General
IPresentation és una classe en Aspose.Slides per NET. Hereta de: ゚IPresentationComponent⌒’ .
Representa un document de presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Presentation | IPresentation? | Read | Gets or sets the underlying presentation instance |
CurrentDateTime | DateTime | Read/Write | Provides the presentation’s current date and time |
Slides | ISlideCollection | Read | Gives access to the collection of slides in the presentation |
NotesSize | INotesSize | Read | Represents the size settings for notes slides |
LayoutSlides | IGlobalLayoutSlideCollection | Read | Accesses the global layout slide collection |
Masters | IMasterSlideCollection | Read | Provides the collection of master slides |
Sections | ISectionCollection | Read | Returns the collection of sections within the presentation |
CommentAuthors | ICommentAuthorCollection | Read | Contains the authors of comments in the presentation |
DocumentProperties | IDocumentProperties | Read | Exposes core, custom, and app properties of the document |
Images | IImageCollection | Read | Gives access to embedded images in the presentation |
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 | Returns the presentation as an IPresentationComponent |
Mètodes
| 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. |