NotesSlide
Overview
NotesSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, INotesSlide.
Represents a notes slide in a presentation.
This class provides 14 methods for working with NotesSlide objects in Java programs.
Available methods include: BaseSlide, NotesSlide, asIBaseSlide, asIPresentationComponent, getHeaderFooterManager, getName, getNotesTextFrame, getParentSlide, getPresentation, getShapes, getSlide, getSlideId, and 2 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: headerFooterManager, name, notesTextFrame, parentSlide, presentation, shapes, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
notesTextFrame | ITextFrame | Read | Gets the notes text frame. |
headerFooterManager | INotesSlideHeaderFooterManager | Read | Gets the header footer manager. |
parentSlide | ISlide | Read | Gets the parent slide. |
presentation | IPresentation | Read | Gets the presentation. |
name | String | Read | Gets the name. |
slideId | int | Read | Gets the slide id. |
shapes | IShapeCollection | Read | Gets the shapes. |
slide | IBaseSlide | Read | Gets the slide. |
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 notes text frame. |
getHeaderFooterManager() → INotesSlideHeaderFooterManager | Returns the header footer manager. |
getParentSlide() → ISlide | Returns the parent slide. |
asIBaseSlide() → IBaseSlide | Casts this notes slide to an IBaseSlide reference |
getPresentation() → IPresentation | Returns the presentation. |
BaseSlide() | Creates a BaseSlide with default values. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getSlideId() → int | Returns the slide id. |
getShapes() → IShapeCollection | Returns the shapes. |
getSlide() → IBaseSlide | Returns the slide. |
asIPresentationComponent() → IPresentationComponent |