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