<lvlJc> (Justification)

This element specifies the type of justification used on a numbering level's text within a given numbering level. This justification is applied relative to the text margin of the parent numbered paragraph in the document.

If omitted, the paragraph shall have left justification relative to the text margin in left-to-right paragraphs, and right justification relative to the text margin in right-to-left paragraphs.

example:
<w:lvl w:ilvl="8" w:tplc="756C1446" w:tentative="1">
  <w:start w:val="1" /> 
  <w:nfc w:val="23" /> 
  <w:lvlText w:val="•" /> 
  <w:lvlJc w:val="left" /></w:lvl>

In this numbering level, the given numbering symbol will be left justified with respect to the text margin, therefore the numbering will extend left from the text margin towards the text (assuming a left-to-right paragraph). ]

A numbering level's text is the numeral, symbol, character, graphic, etc. used to create a numbered paragraph as defined by the <lvlText> element (§2.9.12).

example:

1) Example one

a. Example two

• Example three

The numbering symbol in these three numbered paragraphs are "1", "a", and "•", respectively. ]

Parent Elements

<lvl>2.9.6); <lvl>2.9.7)

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>