SlideMaster.Load Method
Loads the DOM from the SlideMasterPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Sub Load ( _
openXmlPart As SlideMasterPart _
)
用法
Dim instance As SlideMaster
Dim openXmlPart As SlideMasterPart
instance.Load(openXmlPart)
public void Load(
SlideMasterPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.SlideMasterPart
Specifies the part to be loaded.