Interface INotesSlide
Represents the notes slide in a slide of the presentation.
Inherited Members
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.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 |