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
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.NotesSlidePart
Specifies the part to save to.