WdParagraphAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the alignment of a paragraph.
public enum class WdParagraphAlignment
[System.Runtime.InteropServices.Guid("B46D9062-1DB3-34C7-93D1-5E575E00B829")]
public enum WdParagraphAlignment
type WdParagraphAlignment =
Public Enum WdParagraphAlignment
- Inheritance
-
WdParagraphAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAlignParagraphLeft | 0 | Left-aligned. |
wdAlignParagraphCenter | 1 | Center-aligned. |
wdAlignParagraphRight | 2 | Right-aligned. |
wdAlignParagraphJustify | 3 | Fully justified. |
wdAlignParagraphDistribute | 4 | Paragraph characters are distributed to fill the entire width of the paragraph. |
wdAlignParagraphJustifyMed | 5 | Justified with a medium character compression ratio. |
wdAlignParagraphJustifyHi | 7 | Justified with a high character compression ratio. |
wdAlignParagraphJustifyLow | 8 | Justified with a low character compression ratio. |
wdAlignParagraphThaiJustify | 9 | Justified according to Thai formatting layout. |