menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INotesSlide - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface INotesSlide

    Represents the notes slide in a slide of the presentation.

    Inherited Members
    IBaseSlide.Background
    IBaseSlide.Charts
    IBaseSlide.Find(Regex)
    IBaseSlide.Find(String, Boolean, Boolean)
    IBaseSlide.FindAll(Regex)
    IBaseSlide.FindAll(String, Boolean, Boolean)
    IBaseSlide.GroupShapes
    IBaseSlide.HeadersFooters
    IBaseSlide.Name
    IBaseSlide.Pictures
    IBaseSlide.Shapes
    IBaseSlide.SlideSize
    IBaseSlide.SlideTransition
    IBaseSlide.Tables
    IBaseSlide.Timeline
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.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
    ITextBody
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved