Selection.Orientation Propriété

Définition

Cette propriété renvoie ou définit l'orientation du texte dans une sélection lorsque la fonctionnalité Orientation du texte est activée.

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

Valeur de propriété

Remarques

Certaines des WdTextOrientation constantes peuvent ne pas être disponibles, en fonction de la prise en charge linguistique (anglais états-Unis, par exemple) que vous avez sélectionnée ou installée.

Vous pouvez définir l'orientation d'un cadre de texte ou d'une plage ou une sélection qui se trouve à l'intérieur d'un cadre de texte. Pour plus d’informations sur la différence entre un cadre de texte et une zone de texte, consultez l’objet TextFrame .

S’applique à