TextColumns.FlowDirection Propriété

Définition

Cette propriété renvoie ou définit la direction du texte à partir d'une colonne de texte à l'autre.

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

Valeur de propriété

WdFlowDirection

Remarques

WdFlowDirectionIl peut s’agir de l’une des constantes WdFlowDirection suivantes :

wdFlowLtr : le texte en colonnes s’enchaîne de gauche à droite.

wdFlowRtl : le texte en colonnes s’enchaîne de droite à gauche.

S’applique à