MasterSlide

Overview

MasterSlide is a class in Aspose.Slides FOSS for .NET. Inherits from: BaseSlide, IMasterSlide.

Represents a master slide in a presentation.

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

Properties

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

See Also