NotesMaster.Save Method (NotesMasterPart)
Saves the DOM into the NotesMasterPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Sub Save ( _
openXmlPart As NotesMasterPart _
)
用法
Dim instance As NotesMaster
Dim openXmlPart As NotesMasterPart
instance.Save(openXmlPart)
public void Save(
NotesMasterPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.NotesMasterPart
Specifies the part to save to.