GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    LayoutSlide Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a layout slide that, in essence, is a template slide whose design can be applied to any existing slide.

    • C#
    • VB.NET
    public sealed class LayoutSlide : AnimatableSlide
    Public NotInheritable Class LayoutSlide
        Inherits AnimatableSlide
    Inheritance:
    System.Object
    SlideObject
    AnimatableSlide
    LayoutSlide

    Properties

    HeaderFooter

    Gets the header/footer information.

    • C#
    • VB.NET
    public HeaderFooter HeaderFooter { get; }
    Public ReadOnly Property HeaderFooter As HeaderFooter
    Property Value
    HeaderFooter

    The header/footer information.

    LayoutType

    Gets the type of the layout.

    • C#
    • VB.NET
    public SlideLayoutType LayoutType { get; }
    Public ReadOnly Property LayoutType As SlideLayoutType
    Property Value
    SlideLayoutType

    The type of the layout.

    Name

    Gets or sets the name of the LayoutSlide.

    • C#
    • VB.NET
    public string Name { get; set; }
    Public Property Name As String
    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.

    • C#
    • VB.NET
    public MasterSlide ParentTemplate { get; }
    Public ReadOnly Property ParentTemplate As MasterSlide
    Property Value
    MasterSlide

    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)

    Examples

    Slides Example
    Header and Footer Example

    See Also

    LayoutSlides
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.