MainDocumentPart.FooterParts-Eigenschaft
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<FooterPart>