Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the DOM into the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Save ( _
openXmlPart As SlideLayoutPart _
)
'Usage
Dim instance As SlideLayout
Dim openXmlPart As SlideLayoutPart
instance.Save(openXmlPart)
public void Save(
SlideLayoutPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.SlideLayoutPart
Specifies the part to save to.