NoEndnote class
Defines the NoEndnote Class. When the object is serialized out as xml, its qualified name is w:noEndnote.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffType
DocumentFormat.OpenXml.Wordprocessing.NoEndnote
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
noEndnote (Suppress Endnotes In Document)
This element specifies that all endnotes in this document shall not be displayed or printed. If this element is placed on any section break other than the first section break in the document, it shall be ignored.
If this element is omitted, endnotes shall not be suppressed in the current document.
[Example: Consider a document in which in the first section endnotes are marked to be hidden:
<w:sectPr> <w:noEndnote /> </w:sectPr>
In this example, this document does not display endnotes. end example]
Parent Elements |
|---|
sectPr (§17.6.17); sectPr (§17.6.18); sectPr (§17.6.19) |
This element’s content model is defined by the common boolean property definition in §17.17.4.
© ISO/IEC29500: 2008.