_ParagraphFormat.Alignment 属性

定义

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

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

属性值

注解

对于所选择或安装的不同语言支持(例如美国英语),某些 WdParagraphAlignment 常量可能不可用。

适用于