IMasterNotesSlideManager Interface

Master notes slide manager.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IMasterNotesSlideManager

The IMasterNotesSlideManager type exposes the following members.

Properties
  NameDescription
Public propertyMasterNotesSlide
Returns a master for all notes slides of this presentation if there is one, otherwise returns null. Read-only IMasterNotesSlide.
Methods
  NameDescription
Public methodRemoveMasterNotesSlide
Removes master notes slide.
Public methodSetDefaultMasterNotesSlide
Sets defalut master notes slide for related notes slide.
See Also