Click or drag to resize
WdParagraphAlignment Enumeration
The paragraph alignment defined in the Microsoft Word.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdParagraphAlignment
Members
  Member nameValueDescription
wdAlignParagraphLeft0 Aligns text left.
wdAlignParagraphCenter1 Centers text.
wdAlignParagraphRight2 Aligns text right.
See Also