PreviousSectionProperties.FootnoteProperties Property
Section-Wide Footnote Properties.Represents the element tag in schema: w:footnotePr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property FootnoteProperties As FootnoteProperties
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As FootnoteProperties
value = instance.FootnoteProperties
instance.FootnoteProperties = value
public FootnoteProperties FootnoteProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties
Returns FootnoteProperties.
See Also
Reference
PreviousSectionProperties Class