NotesSlidePart.NotesSlide Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property NotesSlide As NotesSlide
Get
Set
'Usage
Dim instance As NotesSlidePart
Dim value As NotesSlide
value = instance.NotesSlide
instance.NotesSlide = value
public NotesSlide NotesSlide { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.NotesSlide