17.18.101 ST_VerticalJc

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

[Example: Consider a region where the text must be vertically centered in the parent element. This would require a val value of center, in order to specify that all justification vertically must be centered relative to the parent. For a section, this setting would be specified as follows:

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

The val attribute of center specifies that the content is centered relative to its container . end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

(Vertical Justification)

Specifies that the text shall be vertically justified

Enumeration Value

Description

between the top and bottom margins of the parent object, by adding additional line spacing to each paragraph as required.

This setting is only applied for the content of the section which is displayed on full pages. If the content does not use the full page (e.g. another section begins on the same page, or the document ends mid-page), then the value shall be ignored when rendering that page (returning to the default value of top)

This value is only permitted for page justification settings, and shall be ignored when specified on a table cell (returning to the default value of top).

Specifies that the text shall be vertically aligned to the bottom margin of the parent object, by moving all text to the bottom text extent within the parent object as required.

Specifies that the text shall be vertically aligned to the center of the parent object..

Specifies that the text shall be vertically aligned to the top margin of the parent object, by moving all text to the top text extent within the parent object as required.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_VerticalJc) is located in A.1. end note]

Last updated on