Range.Orientation プロパティ

定義

取得またはテキストの方向の機能を有効にすると、範囲内のテキストの方向を設定します。

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

プロパティ値

注釈

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

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

適用対象