TextFrame.Orientation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フレーム内のテキストの向きを設定または返します。
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 参照してください。