NotesSlideManager

NotesSlideManager

Overview

NotesSlideManager is a class in Aspose.Slides FOSS for Java. Inherits from: INotesSlideManager.

Manages the notes slide for a given slide.

Properties

NameTypeAccessDescription
notesPartNameOptional<String>ReadResolves the notes slide part name from the slide’s OPC relationships.
notesSlideINotesSlideReadGives access to the loaded notes slide instance

Methods

SignatureDescription
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)INotesSlideLoads and caches a {@link NotesSlide} from the given part name.
getNotesSlide()INotesSlideReturns the currently loaded notes slide
addNotesSlide()INotesSlideCreates a new notes slide and returns it
removeNotesSlide()Deletes the associated notes slide from the presentation

See Also