Freigeben über


FootnotePosition.Val Eigenschaft

Definition

Fußnotenpositionstyp

Stellt das folgende Attribut im Schema dar: w:val

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

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 der Fußnoten im Dokument an.

Betrachten Sie ein Dokument, in dem Fußnoten unter ihrem Text positioniert werden sollen. Die Fußnoteneigenschaften für dieses Dokument werden wie folgt deklariert:

<w:sectPr>  
  <w:footnotePr>  
    <w:pos w:val="beneathText" />  
  </w:footnotePr>  
  …  
</w:sectPr>  

Das val -Attribut ist beneathText, daher wird die Position der Fußnoten so angegeben, dass sie sich unter dem Text der Seite befinden.

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

Gilt für: