Click or drag to resize

ILayout Interface

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface ILayout

The ILayout type exposes the following members.

Properties
Name Description
Public property LayoutType
Gets layout type of this layout slide.
Public property Name
Gets the name of the layout.
Public property Shapes
Gets the shapes of a slide. Read-only ShapeCollection .
Public property ShowMasterShapes
whether Show master shapes.
Top
Methods
Name Description
Public method GetDependingSlides
Gets an array with all slides, which depend on this layout slide.
Public method InsertPlaceholder
Append Placeholder to layout.
Public method SaveAsImage
Convert Layout to Image.
Top
See Also