次の方法で共有


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 初版]

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.

See Also

Reference

NoEndnote Members

DocumentFormat.OpenXml.Wordprocessing Namespace