NotesMaster.NotesStyle Property

Notes Text Style.Represents the element tag in schema: p:notesStyle

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property NotesStyle As NotesStyle
    Get
    Set
'Usage
Dim instance As NotesMaster
Dim value As NotesStyle

value = instance.NotesStyle

instance.NotesStyle = value
public NotesStyle NotesStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.NotesStyle
Returns NotesStyle.

See Also

Reference

NotesMaster Class

NotesMaster Members

DocumentFormat.OpenXml.Presentation Namespace