entry

Name

entry -- a table cell

Content Model

entry ::= para+

Description

entry elements hold the content of a table cell. The parent node is row.

Attributes

entry elements have align, morerows, and valign attributes. align attributes take one of the following values.

center

Align the entry to the center of the table cell.

left

Align the entry to the left of the table cell.

right

Align the entry to the right of the table cell.

morerows attributes take a number value, indicating the number of additional columns rows spanned by the table cell. For example, a value of 2 indicates that the table cell spans three rows.

valign attributes take one of the following values.

bottom

Align the entry to the bottom of the table cell.

middle

Align the entry to the middle of the table cell.

top

Align the entry to the top of the table cell.

Formatting Expectations

Format adjusting alignment according to alignment attributes. If morerows is set to a number, format the content to span that number of rows.