<jc> (Paragraph Alignment)

This element specifies the paragraph alignment which shall be applied to text in this paragraph.

If this element is omitted on a given paragraph, its value is determined by the setting previously set at any level of the style hierarchy (i.e. that previous setting remains unchanged). If this setting is never specified in the style hierarchy, then no alignment is applied to the paragraph.

example:
<w:pPr>
  <w:jc w:val="right" />
</w:pPr>

The paragraph is now right justified on the page. ]

Parent Elements

<pPr>2.7.4.2); <pPr>2.9.24); <pPr>2.3.1.25); <pPr>2.7.5.1); <pPr>2.3.1.26); <pPr>2.7.7.2)

Attributes

Description

<val> (Alignment Type)

Specifies the justification which should be applied to the parent object within a document.

The possible values (see below) for this attribute are always specified relative to the page, and do not change semantic from right-to-left and left-to-right documents.

<w:pPr>
  <w:jc w:val="right" />
</w:pPr>

This paragraph is now right justified on the page, regardless of the paragraph or section settings. ]

The possible values for this attribute are defined by the ST_Jc simple type (§2.18.50).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Jc">
	<attribute name="val" type="ST_Jc" use="required"/>
</complexType>