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

    Show / Hide Table of Contents

    MasterNotesSlide Class

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

    Represents a master notes slide - a template for all the NotesSlides in the presentation.

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

    Properties

    HeaderFooter

    Gets the header and footer.

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

    The header and footer.

    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)

    ParentTemplate

    Gets the parent template SlideObject or null if this SlideObject is master 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)

    TextContent

    Gets the text content of the current SlideObject.

    (Inherited from SlideObject)

    Inherited Methods

    ToString()

    Returns a System.String that represents this SlideObject instance.

    (Inherited from SlideObject)

    Examples

    Slide Notes Example
    Header and Footer Example

    See Also

    MasterNotes
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.