INotesSlideManager

INotesSlideManager

Overview

INotesSlideManager is a interface in Aspose.Slides FOSS for .NET.

Manages notes slide operations for a slide.

This interface provides 2 methods for working with INotesSlideManager objects in .NET programs. Available methods include: AddNotesSlide, RemoveNotesSlide. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: NotesSlide.

Properties

NameTypeAccessDescription
NotesSlideINotesSlide?ReadReturns the notes slide for the associated slide, or null if none exists.

Methods

SignatureDescription
AddNotesSlide()Creates and adds a new notes slide for the associated slide.
RemoveNotesSlide()Removes the notes slide from the associated slide.

See Also