Freigeben über


EndnotePosition.Val Eigenschaft

Definition

Endnotenpositionstyp

Stellt das folgende Attribut im Schema dar: w:val

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

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 die Position von Endnoten im übergeordneten Abschnitt oder im Dokument an.

Stellen Sie sich ein Dokument vor, in dem Endnoten am Ende des Abschnitts positioniert werden sollen. Die Abschnittseigenschaften für diesen Abschnitt müssen wie folgt deklariert werden:

<w:settings>  
  <w:endnotePr>  
    <w:pos w:val="endSect" />  
  </w:endnotePr>  
  …  
</w:settings>  

Das val Attribut ist endSect, daher wird die Position der Endnoten so angegeben, dass sie sich am Ende des Abschnitts befindet.

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

Gilt für: