SlideLayout.Save Method (SlideLayoutPart)

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

See Also

Reference

SlideLayout Class

SlideLayout Members

Save Overload

DocumentFormat.OpenXml.Presentation Namespace