ISlide
Overview
ISlide is a interface in Aspose.Slides FOSS for Java.
Inherits from: IBaseSlide.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slideNumber | int | Read | Returns the 1-based slide number. |
hidden | boolean | Read | Determines whether the specified slide is hidden during a slide show. |
layoutSlide | ILayoutSlide | Read | Returns the layout slide for the current slide. |
notesSlideManager | INotesSlideManager | Read | Returns the notes slide manager for this slide. |
Methods
| Signature | Description |
|---|---|
getSlideNumber() → int | Returns the 1-based slide number. |
setSlideNumber(value: int) | Sets the 1-based slide number. |
isHidden() → boolean | Determines whether the specified slide is hidden during a slide show. |
setHidden(value: boolean) | Sets whether the specified slide is hidden during a slide show. |
getLayoutSlide() → ILayoutSlide | Returns the layout slide for the current slide. |
setLayoutSlide(value: ILayoutSlide) | Sets the layout slide for the current slide. |
getNotesSlideManager() → INotesSlideManager | Returns the notes slide manager for this slide. |
getSlideComments(author: ICommentAuthor) → IComment[] | Returns comments on this slide, optionally filtered by author. |
remove() | Removes this slide from the presentation. |