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 常量之一。

适用于