NotesSlide — Aspose.Slides FOSS Java API Reference

NotesSlide — Represents a notes slide in a presentation. Inherits from: BaseSlide, INotesSlide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
notesTextFrameITextFrameRead/Write
headerFooterManagerINotesSlideHeaderFooterManagerRead/Write
parentSlideISlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(IPresentation presentation, OpcPackage opcPackage, String partName, NotesSlidePart notesPart, ISlide parentSlide)voidInternal initialization for a notes slide.
getNotesTextFrame()ITextFrame
getHeaderFooterManager()INotesSlideHeaderFooterManager
getParentSlide()ISlide
asIBaseSlide()IBaseSlide
getPresentation()IPresentation

See Also