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