Slide
Overview
Slide is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseSlide, ISlide.
Represents a slide in a presentation.
This class provides 2 methods for working with Slide objects in Python programs.
Available methods include: get_slide_comments, remove.
All exported members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: hidden, layout_slide, length, notes_slide_manager, slide_number, theme_manager.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide_number | int | Read | Returns a number of slide. |
hidden | bool | Read | Determines whether the specified slide is hidden during a slide show. |
layout_slide | ILayoutSlide | Read | Returns or sets the layout slide for the current slide. |
theme_manager | IOverrideThemeManager | Read | Returns the overriding theme manager. |
notes_slide_manager | INotesSlideManager | Read | Allow to access notes slide, add and remove it. |
length | `` | Read | Gets the length. |
Methods
| Signature | Description |
|---|---|
remove() | Deletes this slide from its presentation |
get_slide_comments(author) → 'ICommentList' | Returns all comments on this slide, optionally filtered by author. |