IBaseSlide

Overview

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

Represents a base slide.

Properties: Name, Presentation, Shapes, SlideId.

Properties

NameTypeAccessDescription
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.

See Also