Selection.Orientation 属性

定义

返回或设置选定内容中的文字排列方向,当启用了文字方向功能时。

public:
 property Microsoft::Office::Interop::Word::WdTextOrientation Orientation { Microsoft::Office::Interop::Word::WdTextOrientation get(); void set(Microsoft::Office::Interop::Word::WdTextOrientation value); };
public Microsoft.Office.Interop.Word.WdTextOrientation Orientation { get; set; }
member this.Orientation : Microsoft.Office.Interop.Word.WdTextOrientation with get, set
Public Property Orientation As WdTextOrientation

属性值

注解

WdTextOrientation某些常量可能不可用,具体取决于美国英语 (语言支持,例如你选择或安装的) 。

您可以设置文本框架或者恰好位于文本框架内的所选内容或区域的方向。 有关文本框和文本框之间的差异的信息,请参阅 TextFrame 对象。

适用于