Share via


TextFrame.Orientation プロパティ

定義

フレーム内のテキストの向きを設定または返します。

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

プロパティ値

注釈

MsoTextOrientation は、これらの MsoTextOrientation 定数のいずれかです。

msoTextOrientationDownward

msoTextOrientationHorizontal

msoTextOrientationHorizontalRotatedFarEast

msoTextOrientationMixed

msoTextOrientationUpward

msoTextOrientationVertical

msoTextOrientationVerticalFarEast

一覧に示されている定数の中には、選択またはインストールされている言語の設定 (たとえば、日本語) によっては使用できないものがあります。

テキスト フレーム、またはテキスト フレーム内にある選択範囲の方向を設定できます。 テキスト フレームとテキスト ボックスの違いについては、 オブジェクトを TextFrame 参照してください。

適用対象