Footer.Load Method
Loads the DOM from the FooterPart.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As FooterPart _
)
'Usage
Dim instance As Footer
Dim openXmlPart As FooterPart
instance.Load(openXmlPart)
public void Load(
FooterPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.FooterPart
Specifies the part to be loaded.