Freigeben über


TextDirection.Val Eigenschaft

Definition

Richtung des Textflusses

Stellt das folgende Attribut im Schema dar: w:val

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

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 Richtung des Textflusses für dieses Objekt an.

Stellen Sie sich ein Dokument mit einem Abschnitt vor, in dem Text vertikal von unten nach oben und von links nach rechts horizontal fließen soll. Für diese Einstellung ist folgendes WordprocessingML erforderlich:

<w:sectPr>  
  …  
  <w:textDirection w:val="btLr" />  
</w:sectPr>  

Das textDirection -Element gibt über den btLr Wert im val -Attribut an, dass der Textfluss von unten nach oben und von links nach rechts gehen soll.

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

Gilt für: