NotesSlide.Save Method (NotesSlidePart)

Saves the DOM into the NotesSlidePart.

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

Syntax

'Declaration
Public Sub Save ( _
    openXmlPart As NotesSlidePart _
)
'Usage
Dim instance As NotesSlide
Dim openXmlPart As NotesSlidePart

instance.Save(openXmlPart)
public void Save(
    NotesSlidePart openXmlPart
)

Parameters

See Also

Reference

NotesSlide Class

NotesSlide Members

Save Overload

DocumentFormat.OpenXml.Presentation Namespace