ILayoutSlide

Overview

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

Represents a layout slide.

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

Properties

NameTypeAccessDescription
MasterSlideIMasterSlide?Read/WriteReturns or sets the master slide for a layout.
LayoutTypeSlideLayoutTypeReadReturns the layout type of this layout 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