PreviousSectionProperties.NoEndnote Property
Suppress Endnotes In Document.Represents the element tag in schema: w:noEndnote
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property NoEndnote As NoEndnote
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As NoEndnote
value = instance.NoEndnote
instance.NoEndnote = value
public NoEndnote NoEndnote { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.NoEndnote
Returns NoEndnote.
See Also
Reference
PreviousSectionProperties Class