LayoutSlide

Overview

LayoutSlide is a class in Aspose.Slides FOSS for .NET. Inherits from: BaseSlide, ILayoutSlide.

Represents a layout slide in a presentation.

Properties: LayoutType, MasterSlide, Name, Presentation, Shapes, SlideId.

Properties

NameTypeAccessDescription
MasterSlideIMasterSlide?Read/WriteGets or sets the master slide.
LayoutTypeSlideLayoutTypeReadGets the layout type.
PresentationIPresentation?ReadGets the presentation.
ShapesIShapeCollection?ReadGets the shapes.
NamestringRead/WriteGets or sets the name.
SlideIdintReadGets the slide id.

See Also