INotesSlide
Overview
INotesSlide is a interface in Aspose.Slides FOSS for Java.
Inherits from: IBaseSlide.
Represents a notes slide in a presentation.
This interface provides 11 methods for working with INotesSlide objects in Java programs.
Available methods include: asIBaseSlide, asIPresentationComponent, getHeaderFooterManager, getName, getNotesTextFrame, getParentSlide, getPresentation, getShapes, getSlide, getSlideId, setName.
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 | Returns the text frame with notes text. |
headerFooterManager | INotesSlideHeaderFooterManager | Read | Returns the header/footer manager for this notes slide. |
parentSlide | ISlide | Read | Returns the parent slide this notes slide is associated with. |
name | String | Read | Returns the name of a slide. |
slideId | int | Read | Returns the ID of a slide. |
shapes | IShapeCollection | Read | Returns the shapes of a slide. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the presentation containing this component. |
Methods
| Signature | Description |
|---|---|
getNotesTextFrame() → ITextFrame | Returns the text frame with notes text. |
getHeaderFooterManager() → INotesSlideHeaderFooterManager | Returns the header/footer manager for this notes slide. |
getParentSlide() → ISlide | Returns the parent slide this notes slide is associated with. |
asIBaseSlide() → IBaseSlide | Allows to get the base {@link IBaseSlide} interface. |
getName() → String | Returns the name of a slide. |
setName(name: String) | Sets the name of a slide. |
getSlideId() → int | Returns the ID of a slide. |
getShapes() → IShapeCollection | Returns the shapes of a slide. |
getSlide() → IBaseSlide | Returns the parent slide. |
asIPresentationComponent() → IPresentationComponent | Returns the base {@link IPresentationComponent} interface. |
getPresentation() → IPresentation | Returns the presentation containing this component. |