Slide
Overview
Slide is a class in Aspose.Slides for Python.
Inherits from: BaseSlide, ISlide.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide_number | int | Read | |
hidden | bool | Read | |
layout_slide | ILayoutSlide | Read | References the layout slide that defines the master design for this slide |
notes_slide_manager | INotesSlideManager | Read | Gives access to the notes slide associated with this slide |
length | `` | Read | Returns the total number of items contained in the slide |
Methods
| Signature | Description |
|---|---|
remove() | Removes this slide from its parent presentation |
get_slide_comments(author) → 'ICommentList' | Returns all comments on this slide, optionally filtered by author. |