WdParagraphAlignment enumeration (Word)
Specifies the alignment of a paragraph.
Name | Value | Description |
---|---|---|
wdAlignParagraphCenter | 1 | Center-aligned. |
wdAlignParagraphDistribute | 4 | Paragraph characters are distributed to fill the entire width of the paragraph. |
wdAlignParagraphJustify | 3 | Fully justified. |
wdAlignParagraphJustifyHi | 7 | Justified with a high character compression ratio. |
wdAlignParagraphJustifyLow | 8 | Justified with a low character compression ratio. |
wdAlignParagraphJustifyMed | 5 | Justified with a medium character compression ratio. |
wdAlignParagraphLeft | 0 | Left-aligned. |
wdAlignParagraphRight | 2 | Right-aligned. |
wdAlignParagraphThaiJustify | 9 | Justified according to Thai formatting layout. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.