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

属性值

注解

由于您选择或安装的语言支持不同(例如美国英语),上述部分常量可能无法使用。

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

适用于