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 一。

适用于