Back to Devexpress

Presentation.NotesMaster Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-5221fefb.md

latest1.5 KB
Original Source

Presentation.NotesMaster Property

Gets or sets the Notes Master that is a shared layout for all notes in the presentation. The Notes Master contains visual parameters (location on a slide, text format settings, background, and so on) for headers, footers, and notes.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public NotesMaster NotesMaster { get; set; }
vb
Public Property NotesMaster As NotesMaster

Property Value

TypeDescription
NotesMaster

A NotesMaster instance.

|

Remarks

For more information, refer to the following help topic: Organize Slide Notes and Notes Layout with DevExpress Presentation API Library.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace