NotesSlide
Overview
NotesSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, INotesSlide.
Represents a notes slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
notesTextFrame | ITextFrame | Read | Provides access to the ITextFrame with the notes content |
headerFooterManager | INotesSlideHeaderFooterManager | Read | Provides the INotesSlideHeaderFooterManager for header/footer control |
parentSlide | ISlide | Read | References the ISlide that owns this notes slide |
presentation | IPresentation | Read | References the IPresentation that the notes slide belongs to |
Methods
| Signature | Description |
|---|---|
NotesSlide() | Creates an uninitialized NotesSlide. |
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, notesPart: NotesSlidePart, parentSlide: ISlide) | Internal initialization for a notes slide. |
getNotesTextFrame() → ITextFrame | Returns the ITextFrame that holds the slide’s notes content |
getHeaderFooterManager() → INotesSlideHeaderFooterManager | Returns the manager for header/footer settings of the notes slide |
getParentSlide() → ISlide | |
asIBaseSlide() → IBaseSlide | Casts this notes slide to an IBaseSlide reference |
getPresentation() → IPresentation |