Row.Alignment 属性

定义

返回或设置一个 WdRowAlignment 常量,该常量表示指定行的对齐方式。

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

属性值

注解

WdRowAlignment 可以是以下常量之一:

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

适用于