WdParagraphAlignment Enumeration 

Specifies the alignment of a paragraph.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdParagraphAlignment1 As WdParagraphAlignment = WdParagraphAlignment.wdAlignParagraphCenter

Syntax

Public Enum WdParagraphAlignment
public enum WdParagraphAlignment
public enum class WdParagraphAlignment
public enum WdParagraphAlignment
public enum WdParagraphAlignment

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace