Presentation
NotesMaster Property
|
Gets a master for all notes slides of this presentation.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public INoteMasterSlide NotesMaster { get; }
Public ReadOnly Property NotesMaster As INoteMasterSlide
Get
public:
property INoteMasterSlide^ NotesMaster {
INoteMasterSlide^ get ();
}
member NotesMaster : INoteMasterSlide with get
Property Value
Type:
INoteMasterSlide
See Also