NotesSlide.Load Method
Loads the DOM from the NotesSlidePart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As NotesSlidePart _
)
'Usage
Dim instance As NotesSlide
Dim openXmlPart As NotesSlidePart
instance.Load(openXmlPart)
public void Load(
NotesSlidePart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.NotesSlidePart
Specifies the part to be loaded.