INotesSlide
Overview
INotesSlide is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IBaseSlide.
Represents a notes slide in a presentation.
Properties: AsIBaseSlide, HeaderFooterManager, Name, NotesTextFrame, ParentSlide, Presentation, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HeaderFooterManager | INotesSlideHeaderFooterManager | Read | Returns the HeaderFooter manager of the notes slide. |
NotesTextFrame | ITextFrame | Read | Returns a TextFrame with notes’ text if there is one. |
ParentSlide | ISlide | Read | Returns the parent slide. |
AsIBaseSlide | IBaseSlide | Read | Allows to get the base IBaseSlide interface. |
Presentation | IPresentation? | Read | Gets the presentation that owns this slide. |
Shapes | IShapeCollection? | Read | Gets the shapes of a slide. |
Name | string | Read/Write | Gets or sets the name of a slide. |
SlideId | int | Read | Gets the ID of a slide. |