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

属性值

注解

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

适用于