Slide

Overview

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

Represents a slide in a presentation.

This class provides 2 methods for working with Slide 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/WriteGets or sets the slide number.
HiddenboolRead/WriteGets or sets the hidden.
NamestringRead/WriteGets or sets the name.
LayoutSlideILayoutSlide?Read/WriteGets or sets the layout slide.
NotesSlideManagerINotesSlideManagerReadGets the notes slide manager.
PresentationIPresentation?ReadGets the presentation.
ShapesIShapeCollection?ReadGets the shapes.
SlideIdintReadGets the slide id.

Methods

SignatureDescription
GetSlideComments(author: ICommentAuthor?)Returns the comments on the slide, optionally filtered by the given author
Remove()Calls Remove on this Slide instance.

See Also