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

    Show / Hide Table of Contents

    NotesSlide Class

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

    Represents a notes slide associated with a Slide.

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

    Properties

    ParentTemplate

    Gets the parent template MasterNotesSlide.

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

    The parent template MasterNotesSlide.

    Slide

    Gets the slide associated with this notes slide.

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

    The slide associated with this notes slide.

    Methods

    Reset()

    Resets all placeholders on the current Slide so they are the same as on the ParentTemplate LayoutSlide.

    • C#
    • VB.NET
    public void Reset()
    Public Sub Reset

    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)

    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

    See Also

    Notes
    AddNotes()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.