Presentation Notes

Add and Remove Slide Notes

Aspose.Slides now supports removing notes slides from presentation. In this topic, we will introduce this new feature of removing Notes also adding notes style slides from any presentation. Aspose.Slides for C++ provides the feature of removing notes of any slide as well as add style to existing notes. Developers can remove notes in following ways:

  • Removing Notes of a Specific Slide of a presentation.
  • Removing Notes of All Slides of a Presentation.

Remove Notes from Specific Slide

Notes of some specific slide could be removed as shown in example below:

Remove Notes from all Slides

Notes of all the slides of a presentation could be removed as shown in example below:

Add NotesStyle

NotesStyle property has been added to IMasterNotesSlide interface and MasterNotesSlide class respectively. This property specifies the style of a notes text.  The implementation is demonstrated in the example below.