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