Share via


FootnotesPart.Footnotes Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property Footnotes As Footnotes
    Get
    Set
'Usage
Dim instance As FootnotesPart
Dim value As Footnotes

value = instance.Footnotes

instance.Footnotes = value
public Footnotes Footnotes { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Footnotes

See Also

Reference

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace