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

プロパティ値

注釈

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

適用対象