GlossaryDocumentPart.FooterParts Property
Gets the FooterParts of the GlossaryDocumentPart.
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 GlossaryDocumentPart
Dim value As IEnumerable(Of FooterPart)
value = instance.FooterParts
public IEnumerable<FooterPart> FooterParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<FooterPart>