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