BaseSlide

Overview

BaseSlide is a class in Aspose.Slides FOSS for .NET. Inherits from: IBaseSlide.

Base class for Slide, LayoutSlide, and MasterSlide providing common slide functionality.

Properties: Name, Presentation, Shapes, SlideId.

Properties

NameTypeAccessDescription
PresentationIPresentation?ReadGets the presentation.
ShapesIShapeCollection?ReadGets the shapes.
NamestringRead/WriteGets or sets the name.
SlideIdintReadGets the slide id.

See Also