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

NameTypeAccessDescription
PresentationIPresentation?ReadProvides the IPresentation that contains this slide
ShapesIShapeCollection?ReadReturns the IShapeCollection of all shapes placed on the slide
NamestringRead/WriteGets or sets the slide’s display name
SlideIdintReadIs the integer identifier uniquely assigned to the slide

See Also