NotesSlideManager
General
NotesSlideManager is a class in Aspose.Slides FOSS for Java.
Inherits from: INotesSlideManager.
NotesSlideManager és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚INotesSlideManager⌒ .
Gestiona les notes de la diapositiva d’una diapasonada donada.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
notesPartName | Optional<String> | Read | Holds the optional part name of the notes slide |
notesSlide | INotesSlide | Read | Holds the notes slide object associated with the slide |
Mètodes
| Signature | Description |
|---|---|
initInternal(slide: ISlide, opcPackage: org.aspose.slides.foss.internal.opc.OpcPackage, slidePartName: String) | Internal initialization using OPC relationship resolution. |
getNotesPartName() → Optional<String> | Resolves the notes slide part name from the slide’s OPC relationships. |
loadNotesSlide(partName: String) → INotesSlide | Loads and caches a {@link NotesSlide} from the given part name. |
getNotesSlide() → INotesSlide | Returns the currently loaded notes slide instance |
addNotesSlide() → INotesSlide | Creates a new notes slide and returns it |
removeNotesSlide() | Deletes the associated notes slide from the slide |