WdParagraphAlignment Enum

Definition

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

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.

Applies to