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