NotesSlideManager

NotesSlideManager

Overview

NotesSlideManager is a class in Aspose.Slides FOSS for .NET. Inherits from: INotesSlideManager.

Manages notes slide operations for a slide.

This class provides 2 methods for working with NotesSlideManager 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?ReadGets the notes slide.

Methods

SignatureDescription
AddNotesSlide()Adds a new notes slide to the presentation
RemoveNotesSlide()Removes the notes slide from the presentation

See Also