次の方法で共有


FootnotesPart.Footnotes Property

Gets/Sets the root element of this part.

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

Syntax

'宣言
Public Property Footnotes As Footnotes
    Get
    Set
'使用
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