att.tableDecoration
att.tableDecoration provides attributes used to decorate rows or cells of a table. [14. Tables, Formulæ, Graphics, and Notated Music]
Module | figures | ||||||||||||||||||||||||||||||
Members | cell row | ||||||||||||||||||||||||||||||
Attributes | Attributes
|
||||||||||||||||||||||||||||||
Source | Github
<classSpec module="figures" type="atts" ident="att.tableDecoration"> <desc>provides attributes used to decorate rows or cells of a table.</desc> <attList> <attDef ident="role" usage="opt"> <gloss>role</gloss> <desc>indicates the kind of information held in this cell or in each cell of this row.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <defaultVal>data</defaultVal> <valList type="semi"> <valItem ident="label"> <desc>labelling or descriptive information only.</desc> </valItem> <valItem ident="data"> <desc>data values.</desc> </valItem> </valList> </attDef> <attDef ident="rows" usage="opt"> <gloss>rows</gloss> <desc>indicates the number of rows occupied by this cell or row.</desc> <datatype> <dataRef key="teidata.count"/> </datatype> <defaultVal>1</defaultVal> </attDef> <attDef ident="cols" usage="opt"> <gloss>columns</gloss> <desc>indicates the number of columns occupied by this cell or row.</desc> <datatype> <dataRef key="teidata.count"/> </datatype> <defaultVal>1</defaultVal> </attDef> </attList> </classSpec> |