INotesSlide

Overview

INotesSlide is a interface in Aspose.Slides FOSS for .NET. Inherits from: IBaseSlide.

Represents a notes slide in a presentation.

Properties

NameTypeAccessDescription
HeaderFooterManagerINotesSlideHeaderFooterManagerReadProvides access to header/footer settings for the notes slide
NotesTextFrameITextFrameReadGets the text frame that contains the notes content for the slide
ParentSlideISlideReadReturns the slide to which this notes slide belongs
AsIBaseSlideIBaseSlideReadCasts the notes slide to the base slide interface

See Also