Slide
Overview
Slide is a class in Aspose.Slides FOSS for .NET.
Inherits from: BaseSlide, ISlide.
Represents a slide in a presentation.
This class provides 2 methods for working with Slide objects in .NET programs.
Available methods include: GetSlideComments, Remove.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Hidden, LayoutSlide, Name, NotesSlideManager, Presentation, Shapes, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SlideNumber | int | Read/Write | Gets or sets the slide number. |
Hidden | bool | Read/Write | Gets or sets the hidden. |
Name | string | Read/Write | Gets or sets the name. |
LayoutSlide | ILayoutSlide? | Read/Write | Gets or sets the layout slide. |
NotesSlideManager | INotesSlideManager | Read | Gets the notes slide manager. |
Presentation | IPresentation? | Read | Gets the presentation. |
Shapes | IShapeCollection? | Read | Gets the shapes. |
SlideId | int | Read | Gets the slide id. |
Methods
| Signature | Description |
|---|---|
GetSlideComments(author: ICommentAuthor?) | Returns the comments on the slide, optionally filtered by the given author |
Remove() | Calls Remove on this Slide instance. |