ISlide

Overview

ISlide is a interface in Aspose.Slides FOSS for .NET. Inherits from: IBaseSlide.

Represents a slide in a presentation.

Properties

NameTypeAccessDescription
SlideNumberintRead/WriteGets the slide’s sequential number within the presentation
HiddenboolRead/WriteIndicates whether the slide is hidden from view
LayoutSlideILayoutSlide?Read/WriteGets the layout slide associated with this slide, if any
NotesSlideManagerINotesSlideManagerReadProvides access to the slide’s notes and related operations

Methods

SignatureDescription
GetSlideComments(author: ICommentAuthor?)A list of comments on this slide.
Remove()Deletes the slide from its presentation

See Also