ISlide
Overview
ISlide is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IBaseSlide.
Represents a slide in a presentation.
This interface provides 2 methods for working with ISlide 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 | Returns a number of slide. |
Hidden | bool | Read/Write | Determines whether the specified slide is hidden during a slide show. |
LayoutSlide | ILayoutSlide? | Read/Write | Returns or sets the layout slide for the current slide. |
NotesSlideManager | INotesSlideManager | Read | Allow to access notes slide, add and remove it. |
Presentation | IPresentation? | Read | Gets the presentation that owns this slide. |
Shapes | IShapeCollection? | Read | Gets the shapes of a slide. |
Name | string | Read/Write | Gets or sets the name of a slide. |
SlideId | int | Read | Gets the ID of a slide. |
Methods
| Signature | Description |
|---|---|
GetSlideComments(author: ICommentAuthor?) | Returns the comments for the specified author, or all comments if author is null. |
Remove() | Removes the slide from the presentation. |