Share via


TextFrame.Orientation Propriété

Définition

Cette propriété renvoie ou définit l'orientation du texte à l'intérieur du cadre.

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

Valeur de propriété

Remarques

MsoTextOrientation peut être l’une de ces constantes MsoTextOrientation .

msoTextOrientationDownward

msoTextOrientationHorizontal

msoTextOrientationHorizontalRotatedFarEast

msoTextOrientationMixed

msoTextOrientationUpward

msoTextOrientationVertical

msoTextOrientationVerticalFarEast

Il se peut que certaines des constantes énumérées ci-dessus ne soient pas disponibles, selon la prise en charge de langue (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 à