LayoutSlide Class
Represents a layout slide that, in essence, is a template slide whose design can be applied to any existing slide.
public sealed class LayoutSlide : AnimatableSlide
Public NotInheritable Class LayoutSlide
Inherits AnimatableSlide
- Inheritance:
- System.ObjectLayoutSlide
Properties
HeaderFooter
Gets the header/footer information.
public HeaderFooter HeaderFooter { get; }
Public ReadOnly Property HeaderFooter As HeaderFooter
Property Value
The header/footer information.
LayoutType
Gets the type of the layout.
public SlideLayoutType LayoutType { get; }
Public ReadOnly Property LayoutType As SlideLayoutType
Property Value
The type of the layout.
Name
Gets or sets the name of the LayoutSlide.
Property Value
- System.String
The name of the LayoutSlide.
Exceptions
- System.ArgumentException
value
is null, System.String.Empty or LayoutSlide with the same name already exists in the collection.
ParentTemplate
Gets the parent template MasterSlide.
public MasterSlide ParentTemplate { get; }
Public ReadOnly Property ParentTemplate As MasterSlide
Property Value
The parent template MasterSlide.
Inherited Properties
Background | Gets or sets the slide background. (Inherited from SlideObject) |
Content | Gets the slide's content in a form of a root GroupShape that groups all the Drawings contained on this slide. (Inherited from SlideObject) |
Presentation | Gets the presentation to which this slide belongs. (Inherited from SlideObject) |
ShowMasterShapes | Gets or sets a value indicating whether the shapes from the ParentTemplate should be shown on this slide. Default value is true. (Inherited from SlideObject) |
SlideId | Returns a unique ID number for the specified slide. (Inherited from AnimatableSlide) |
TextContent | Gets the text content of the current SlideObject. (Inherited from SlideObject) |
Transition | Gets the kind of slide transition that should be used to transition to the current slide from the previous slide. (Inherited from AnimatableSlide) |
Inherited Methods
ToString() | Returns a System.String that represents this SlideObject instance. (Inherited from SlideObject) |