次の方法で共有


TextFrame2.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; }
Public Property Orientation As MsoTextOrientation

プロパティ値

MsoTextOrientation

注釈

このプロパティの値は、–90 ~ 90 度の整数値、または定数のいずれかに MsoTextOrientation 設定できます。

適用対象