Slide
Overview
Slide is a class in Aspose.Slides FOSS for .NET.
Inherits from: BaseSlide, ISlide.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SlideNumber | int | Read/Write | Gets the slide’s index within the presentation (1‑based) |
Hidden | bool | Read/Write | Indicates whether the slide is hidden during presentation playback |
Name | string | Read/Write | |
LayoutSlide | ILayoutSlide? | Read/Write | |
NotesSlideManager | INotesSlideManager | Read |
Methods
| Signature | Description |
|---|---|
GetSlideComments(author: ICommentAuthor?) | Returns the comments on the slide, optionally filtered by the given author |
Remove() |