MainDocumentPart.FootnotesPart Property
Gets the FootnotesPart of the MainDocumentPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property FootnotesPart As FootnotesPart
Get
'Usage
Dim instance As MainDocumentPart
Dim value As FootnotesPart
value = instance.FootnotesPart
public FootnotesPart FootnotesPart { get; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.FootnotesPart