Slide

Overview

Slide is a class in Aspose.Slides for Python. Inherits from: BaseSlide, ISlide.

Represents a slide in a presentation.

Properties

NameTypeAccessDescription
slide_numberintRead
hiddenboolRead
layout_slideILayoutSlideReadReferences the layout slide that defines the master design for this slide
notes_slide_managerINotesSlideManagerReadGives access to the notes slide associated with this slide
length``ReadReturns the total number of items contained in the slide

Methods

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