NotesSlide

Overview

NotesSlide is a class in Aspose.Slides FOSS for Java. Inherits from: BaseSlide, INotesSlide.

Represents a notes slide in a presentation.

Properties

NameTypeAccessDescription
notesTextFrameITextFrameReadProvides access to the ITextFrame with the notes content
headerFooterManagerINotesSlideHeaderFooterManagerReadProvides the INotesSlideHeaderFooterManager for header/footer control
parentSlideISlideReadReferences the ISlide that owns this notes slide
presentationIPresentationReadReferences the IPresentation that the notes slide belongs to

Methods

SignatureDescription
NotesSlide()Creates an uninitialized NotesSlide.
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, notesPart: NotesSlidePart, parentSlide: ISlide)Internal initialization for a notes slide.
getNotesTextFrame()ITextFrameReturns the ITextFrame that holds the slide’s notes content
getHeaderFooterManager()INotesSlideHeaderFooterManagerReturns the manager for header/footer settings of the notes slide
getParentSlide()ISlide
asIBaseSlide()IBaseSlideCasts this notes slide to an IBaseSlide reference
getPresentation()IPresentation

See Also