NotesSlideManager

NotesSlideManager — Aspose.Slides FOSS Java API Reference

NotesSlideManager — Manages the notes slide for a given slide. Inherits from: INotesSlideManager.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
notesPartNameOptional<String>Read/Write
notesSlideINotesSlideRead/Write

Methods

MethodReturnsDescription
initInternal(ISlide slide, org.aspose.slides.foss.internal.opc.OpcPackage opcPackage, String slidePartName)voidInternal initialization using OPC relationship resolution.
getNotesPartName()Optional<String>Resolves the notes slide part name from the slide’s OPC relationships.
loadNotesSlide(String partName)INotesSlideLoads and caches a NotesSlide from the given part name.
getNotesSlide()INotesSlide
addNotesSlide()INotesSlide
removeNotesSlide()void

See Also