NotesSlide — Aspose.Slides FOSS Java API Reference
NotesSlide — Represents a notes slide in a presentation. Inherits from: BaseSlide, INotesSlide.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
notesTextFrame | ITextFrame | Read/Write | |
headerFooterManager | INotesSlideHeaderFooterManager | Read/Write | |
parentSlide | ISlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(IPresentation presentation, OpcPackage opcPackage, String partName, NotesSlidePart notesPart, ISlide parentSlide) | void | Internal initialization for a notes slide. |
getNotesTextFrame() | ITextFrame | |
getHeaderFooterManager() | INotesSlideHeaderFooterManager | |
getParentSlide() | ISlide | |
asIBaseSlide() | IBaseSlide | |
getPresentation() | IPresentation |