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
属性
role当該セル,または当該列の各セルにある情報の種類を示す.
状態 任意
データ型
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.
rows当該セルがある行,または当該行の,行番号を示す.
状態 任意
データ型
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) 当該セルまたは行がある,列番号を示す.
状態 任意
データ型
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.