Theme.Load-Methode
Loads the DOM from the ThemePart.
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As ThemePart _
)
'Usage
Dim instance As Theme
Dim openXmlPart As ThemePart
instance.Load(openXmlPart)
public void Load(
ThemePart openXmlPart
)
Parameter
- openXmlPart
Typ: DocumentFormat.OpenXml.Packaging.ThemePart
Specifies the part to be loaded.