IMasterSlide

Overview

IMasterSlide is a interface in Aspose.Slides FOSS for .NET. Inherits from: IBaseSlide.

Represents a master slide in a presentation.

Properties: LayoutSlides, Name, Presentation, Shapes, SlideId.

Properties

NameTypeAccessDescription
LayoutSlidesIMasterLayoutSlideCollectionReadReturns the collection of child layout slides for this master slide.
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