Freigeben über


TextColumns.FlowDirection Eigenschaft

Definition

Legt die Richtung fest, in der Text von einer Textspalte zur nächsten fließt, oder gibt diese zurück.

public:
 property Microsoft::Office::Interop::Word::WdFlowDirection FlowDirection { Microsoft::Office::Interop::Word::WdFlowDirection get(); void set(Microsoft::Office::Interop::Word::WdFlowDirection value); };
public Microsoft.Office.Interop.Word.WdFlowDirection FlowDirection { get; set; }
member this.FlowDirection : Microsoft.Office.Interop.Word.WdFlowDirection with get, set
Public Property FlowDirection As WdFlowDirection

Eigenschaftswert

Hinweise

WdFlowDirection kann eine der folgenden WdFlowDirection-Konstanten sein:

wdFlowLtr : Text in Spalten fließt von links nach rechts.

wdFlowRtl – Text in Spalten fließt von rechts nach links.

Gilt für: