FooterPart.Footer Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Footer As Footer
    Get
    Set
'Usage
Dim instance As FooterPart
Dim value As Footer

value = instance.Footer

instance.Footer = value
public Footer Footer { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Footer

See Also

Reference

FooterPart Class

FooterPart Members

DocumentFormat.OpenXml.Packaging Namespace