INotesSlide

Overview

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

Represents a notes slide in a presentation.

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

Properties

NameTypeAccessDescription
HeaderFooterManagerINotesSlideHeaderFooterManagerReadReturns the HeaderFooter manager of the notes slide.
NotesTextFrameITextFrameReadReturns a TextFrame with notes’ text if there is one.
ParentSlideISlideReadReturns the parent slide.
AsIBaseSlideIBaseSlideReadAllows to get the base IBaseSlide interface.
PresentationIPresentation?ReadGets the presentation that owns this slide.
ShapesIShapeCollection?ReadGets the shapes of a slide.
NamestringRead/WriteGets or sets the name of a slide.
SlideIdintReadGets the ID of a slide.

See Also