att.tableDecoration

att.tableDecoration provides attributes used to decorate rows or cells of a table. 14 Tables, Formulæ, and Graphics
組件tei — 1 The TEI Infrastructure
會員 cell row
屬性
roleindicates the kind of information held in this cell or in each cell of this row.
狀態 非必備的
資料類型
data.enumerated
被推薦的值包含:
label
labelling or descriptive information only.
data
data values. [預設值]
When this attribute is specified on a row, its value is the default for all cells in this row. When specified on a cell, its value overrides any default specified by the role attribute of the parent <row> element.
rowsindicates the number of rows occupied by this cell or row.
狀態 非必備的
資料類型
data.count
A number; a value greater than one indicates that this cell (or row) spans several rows.
Where several cells span several rows, it may be more convenient to use nested tables.
cols (columns) indicates the number of columns occupied by this cell or row.
狀態 非必備的
資料類型
data.count
A number; a value greater than one indicates that this cell or row spans several columns.
Where an initial cell spans an entire row, it may be better treated as a heading.