WdParagraphAlignment Enumeration

Specifies the alignment of a paragraph.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdParagraphAlignment
'Usage
Dim instance As WdParagraphAlignment
public enum WdParagraphAlignment

Members

Member name Description
wdAlignParagraphLeft Left-aligned.
wdAlignParagraphCenter Center-aligned.
wdAlignParagraphRight Right-aligned.
wdAlignParagraphJustify Fully justified.
wdAlignParagraphDistribute Paragraph characters are distributed to fill the entire width of the paragraph.
wdAlignParagraphJustifyMed Justified with a medium character compression ratio.
wdAlignParagraphJustifyHi Justified with a high character compression ratio.
wdAlignParagraphJustifyLow Justified with a low character compression ratio.
wdAlignParagraphThaiJustify Justified according to Thai formatting layout.

See Also

Reference

Microsoft.Office.Interop.Word Namespace