NoEndnote Class
Suppress Endnotes In Document.When the object is serialized out as xml, its qualified name is w:noEndnote.
Inheritance Hierarchy
System.Object
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)
Syntax
'Декларация
Public Class NoEndnote _
Inherits OnOffType
'Применение
Dim instance As NoEndnote
public class NoEndnote : OnOffType
Remarks
[ISO/IEC 29500-1 редакция 1]
17.11.16 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. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.