Freigeben über


Footnotes-Klasse

Document Footnotes. It is the root element of FootnotesPart.When the object is serialized out as xml, its qualified name is w:footnotes.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Footnote))> _
Public Class Footnotes _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As Footnotes
[ChildElementInfoAttribute(typeof(Footnote))]
public class Footnotes : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • Footnote <w:footnote>

[ISO/IEC 29500-1 1. Ausgabe]

17.11.15 footnotes (Document Footnotes)

This element specifies the set of all footnotes in the document, including footnote separators and continuation notices. This element is the root node for the Footnotes part.

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

<w:footnotes>
<w:footnote w:type="separator" w:id="0">
…
</w:footnote >
<w:footnote w:type="continuationSeparator" w:id="1">
…
</w:footnote>
<w:footnote w:id="2">
…
</w:footnote>
</w:footnotes>

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

Parent Elements

Root element of WordprocessingML Footnotes part

Child Elements

Subclause

footnote (Footnote Content)

§17.11.10

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

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Footnotes-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace