menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INotesSlide

    Show / Hide Table of Contents

    Interface INotesSlide

    Represents the notes slide in a slide of the presentation.

    Inherited Members
    IBaseSlide.Name
    IBaseSlide.Shapes
    IBaseSlide.Background
    IBaseSlide.GroupShapes
    IBaseSlide.Pictures
    IBaseSlide.Tables
    IBaseSlide.Charts
    IBaseSlide.SlideSize
    IBaseSlide.Timeline
    IBaseSlide.SlideTransition
    IBaseSlide.HeadersFooters
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public interface INotesSlide : IBaseSlide

    Properties

    NotesTextBody

    Gets an ITextBody instance that represents the text in the notes page. Read-only.

    Declaration
    ITextBody NotesTextBody { get; }
    Property Value
    Type Description
    ITextBody
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved