NotesSlide

Overview

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

Represents a notes slide in a presentation.

Properties: AsIBaseSlide, HeaderFooterManager, Name, NotesTextFrame, ParentSlide, Presentation, and 2 more.

Properties

NameTypeAccessDescription
HeaderFooterManagerINotesSlideHeaderFooterManagerReadGets the header footer manager.
NotesTextFrameITextFrameReadGets the notes text frame.
ParentSlideISlideReadGets the parent slide.
AsIBaseSlideIBaseSlideReadGets the as i base slide.
PresentationIPresentation?ReadGets the presentation.
ShapesIShapeCollection?ReadGets the shapes.
NamestringRead/WriteGets or sets the name.
SlideIdintReadGets the slide id.

See Also