MainDocumentPart.FooterParts Property

Gets the FooterParts of the MainDocumentPart.

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

Syntax

'Declaration
Public ReadOnly Property FooterParts As IEnumerable(Of FooterPart)
    Get
'Usage
Dim instance As MainDocumentPart
Dim value As IEnumerable(Of FooterPart)

value = instance.FooterParts
public IEnumerable<FooterPart> FooterParts { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<FooterPart>

See Also

Reference

MainDocumentPart Class

MainDocumentPart Members

DocumentFormat.OpenXml.Packaging Namespace