ISlide — Aspose.Slides FOSS Java API Reference
ISlide — Represents a slide in a presentation.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
slideNumber | int | Read/Write | |
hidden | boolean | Read/Write | |
layoutSlide | ILayoutSlide | Read/Write | |
notesSlideManager | INotesSlideManager | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getSlideNumber() | int | Returns the 1-based slide number. |
setSlideNumber(int value) | void | Sets the 1-based slide number. |
isHidden() | boolean | Determines whether the specified slide is hidden during a slide show. |
setHidden(boolean value) | void | Sets whether the specified slide is hidden during a slide show. |
getLayoutSlide() | ILayoutSlide | Returns the layout slide for the current slide. |
setLayoutSlide(ILayoutSlide value) | void | Sets the layout slide for the current slide. |
getNotesSlideManager() | INotesSlideManager | Returns the notes slide manager for this slide. |
getSlideComments(ICommentAuthor author) | IComment[] | Returns comments on this slide, optionally filtered by author. |
remove() | void | Removes this slide from the presentation. |