TextColumns.FlowDirection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Remarques
WdFlowDirection peut être l’une des constantes WdFlowDirection suivantes :
wdFlowLtr : le texte dans les colonnes circule de gauche à droite.
wdFlowRtl : le texte dans les colonnes circule de droite à gauche.