INotesSlide — Aspose.Slides FOSS Java API Reference

INotesSlide — Represents a notes slide in a presentation.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
notesTextFrameITextFrameRead/Write
headerFooterManagerINotesSlideHeaderFooterManagerRead/Write
parentSlideISlideRead/Write

Methods

MethodReturnsDescription
getNotesTextFrame()ITextFrameReturns the text frame with notes text.
getHeaderFooterManager()INotesSlideHeaderFooterManagerReturns the header/footer manager for this notes slide.
getParentSlide()ISlideReturns the parent slide this notes slide is associated with.
asIBaseSlide()IBaseSlideAllows to get the base IBaseSlide interface.

See Also