17.18.45 ST_JcTable

This simple type specifies all types of alignment that are available to be applied to tables in a WordprocessingML document.

[Example: Consider a table row that is right aligned. This requirement would be specified as follows in the WordprocessingML markup:

<w:trPr>
  <w:jc w:val="end" />
</w:trPr>

The val attribute’s value of end specifies that the table is right-aligned on the page (assuming the table is aligned left-to-right. 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

Specifies that the table shall be centered on the line

Enumeration Value

Trailing Edge)

Description

between both of the text margins in the document.

Specifies that the table shall be aligned to the trailing edge of the text flow – the right text margin (for a left- to-right table); or the left text margin (for a right-to- left table) in the document. (See 17.4.1)

Specifies that the table shall be aligned to the leading edge of the text flow – the left text margin (for a left- to-right table); or the right text margin (for a right-to- left table) in the document. (See 17.4.1)

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

Last updated on