<vAlign> (Vertical Text Alignment on Page)

This element specifies the vertical alignment for text on pages in the current section, relative to the top and bottom margins in the main document story on each page.

example:
<w:sectPr><w:vAlign w:val="center" />
</w:sectPr>

The <vAlign> value of center specifies that text shall be laid out in the center of the top and bottom text margins for all pages in this section. ]

Parent Elements

<sectPr>2.6.17); <sectPr>2.6.18); <sectPr>2.6.19)

Attributes

Description

<val> (Vertical Alignment Setting)

Specifies the vertical alignment for text between the top and bottom margins of the parent container (page or table cell).

<w:vAlign w:val="center" />

The @val attribute of center specifies that the content is centered relative to its container (in this case, the page). ]

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

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

<complexType name="CT_VerticalJc">
	<attribute name="val" type="ST_VerticalJc" use="required"/>
</complexType>