Selection.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

プロパティ値

注釈

一部の WdTextOrientation 定数は、選択またはインストールした言語のサポート (たとえば、米国英語) によっては使用できない場合があります。

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

適用対象