次の方法で共有


TextFrame.NoTextRotation プロパティ

定義

図形の回転時にテキスト フレーム内のテキストを回転させないようにするかどうかを取得または設定します。

public:
 property Microsoft::Office::Core::MsoTriState NoTextRotation { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState NoTextRotation { get; set; }
member this.NoTextRotation : Microsoft.Office.Core.MsoTriState with get, set
Public Property NoTextRotation As MsoTriState

プロパティ値

MsoTriState オブジェクト。

注釈

読み取り/書き込み MsoTriState。 このプロパティを設定するのには、 msotristate クラス の定数 msofalse に設定して、msotrue を設定 のみを使用できます。

適用対象