Footer.FooterPart Property

Gets the FooterPart associated with this element.

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

Syntax

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

value = instance.FooterPart
public FooterPart FooterPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.FooterPart
Returns FooterPart.

See Also

Reference

Footer Class

Footer Members

DocumentFormat.OpenXml.Wordprocessing Namespace