ISlide

Overview

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

Represents a slide in a presentation.

This interface provides 2 methods for working with ISlide objects in .NET programs. Available methods include: GetSlideComments, Remove. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: Hidden, LayoutSlide, Name, NotesSlideManager, Presentation, Shapes, and 2 more.

Properties

NameTypeAccessDescription
SlideNumberintRead/WriteReturns a number of slide.
HiddenboolRead/WriteDetermines whether the specified slide is hidden during a slide show.
LayoutSlideILayoutSlide?Read/WriteReturns or sets the layout slide for the current slide.
NotesSlideManagerINotesSlideManagerReadAllow to access notes slide, add and remove it.
PresentationIPresentation?ReadGets the presentation that owns this slide.
ShapesIShapeCollection?ReadGets the shapes of a slide.
NamestringRead/WriteGets or sets the name of a slide.
SlideIdintReadGets the ID of a slide.

Methods

SignatureDescription
GetSlideComments(author: ICommentAuthor?)Returns the comments for the specified author, or all comments if author is null.
Remove()Removes the slide from the presentation.

See Also