ISlide
Overview
ISlide is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IBaseSlide.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SlideNumber | int | Read/Write | Gets the slide’s sequential number within the presentation |
Hidden | bool | Read/Write | Indicates whether the slide is hidden from view |
LayoutSlide | ILayoutSlide? | Read/Write | Gets the layout slide associated with this slide, if any |
NotesSlideManager | INotesSlideManager | Read | Provides access to the slide’s notes and related operations |
Methods
| Signature | Description |
|---|---|
GetSlideComments(author: ICommentAuthor?) | A list of comments on this slide. |
Remove() | Deletes the slide from its presentation |