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.
Loads the DOM from the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As SlideLayoutPart _
)
'Usage
Dim instance As SlideLayout
Dim openXmlPart As SlideLayoutPart
instance.Load(openXmlPart)
public void Load(
SlideLayoutPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.SlideLayoutPart
Specifies the part to be loaded.