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

NameTypeAccessDescription
slide_numberintReadReturns a number of slide.
hiddenboolReadDetermines whether the specified slide is hidden during a slide show.
layout_slideILayoutSlideReadReturns or sets the layout slide for the current slide.
theme_managerIOverrideThemeManagerReadReturns the overriding theme manager.
notes_slide_managerINotesSlideManagerReadAllow to access notes slide, add and remove it.
length``ReadGets the length.

Methods

SignatureDescription
remove()Deletes this slide from its presentation
get_slide_comments(author)'ICommentList'Returns all comments on this slide, optionally filtered by author.

See Also