Freigeben über


FootnoteEndnoteType.Type Eigenschaft

Definition

Fußnoten-/Endnotentyp

Stellt das folgende Attribut im Schema dar: w:type

[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
Public Property Type As EnumValue(Of FootnoteEndnoteValues)

Eigenschaftswert

Gibt zurück EnumValue<T>.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt den Typ der Fuß- oder Endnote an, die in der aktuellen Inhaltsdefinition für Fuß- oder Endnoten enthalten ist.

Wenn dieses Attribut nicht angegeben wird, gilt es als vom Typ normal. Wenn eine Fuß- oder Endnote nicht vom Typ normalist, darf nicht von einem - oder endnoteReference -footnoteReferenceElement innerhalb des Standard Dokumentabschnitts darauf verwiesen werden.

Betrachten Sie das folgende Beispiel für eine Fußnote, die in einem WordprocessingML-Dokument definiert ist, wie folgt:

<w:footnote w:type="continuationSeparator" w:id="1">  
  <w:p>  
    <w:r>  
      <w:continuationSeparator />  
    </w:r>  
  </w:p>  
</w:footnote>  

In diesem Beispiel ist die Fußnote vom Typ continuationSeparator und muss von einem Verbraucher verwendet werden, um fortlaufende Fußnoten vom inhalt des Standard Dokuments zu trennen (ausführliche Informationen finden Sie unter einfacher Typ).

Die möglichen Werte für dieses Attribut werden durch den ST_FtnEdn einfachen Typ definiert.

Gilt für: