IBaseSlide

Overview

IBaseSlide is a interface in Aspose.Slides FOSS for .NET.

Represents a base slide.

Properties

NameTypeAccessDescription
PresentationIPresentation?ReadProvides access to the parent IPresentation object containing the slide
ShapesIShapeCollection?ReadProvides the collection of shapes placed on the slide
NamestringRead/WriteGets or sets the slide’s name identifier
SlideIdintReadGets the unique integer identifier of the slide within the presentation

See Also