次の方法で共有


Endnotes Class

Document Endnotes. It is the root element of EndnotesPart.When the object is serialized out as xml, its qualified name is w:endnotes.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Wordprocessing.Endnotes

Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<ChildElementInfoAttribute(GetType(Endnote))> _
Public Class Endnotes _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As Endnotes
[ChildElementInfoAttribute(typeof(Endnote))]
public class Endnotes : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • Endnote <w:endnote>

[ISO/IEC 29500-1 初版]

17.11.8 endnotes (Document Endnotes)

This element specifies the set of all endnotes in the document, including endnote separators and continuation notices. This element is the root node for the Endnotes part.

[Example: Consider the following example of the contents of the endnotes part:

<w:endnotes>
<w:endnote w:type="separator" w:id="0">
…
</w:endnote>
<w:endnote w:type="continuationSeparator" w:id="1">
…
</w:endnote>
<w:endnote w:id="2">
…
</w:endnote>
</w:endnotes>

The endnotes part contains the definition for one normal endnote, as well as the separator and continuation separator endnote for this document. end example]

Parent Elements

Root element of WordprocessingML Endnotes part

Child Elements

Subclause

endnote (Endnote Content)

§17.11.2

[Note: The W3C XML Schema definition of this element's content model (CT_Endnotes) is located in §A.1. end note]

© 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

Endnotes Members

DocumentFormat.OpenXml.Wordprocessing Namespace