| Did you know ... | Search Documentation: |
| Instance variables |
<-device.
Includes the table<-frame
and
table<-rules.
Updated by table->compute.->cell_padding
also accepts an integer, translating this into a size with equal width
and height. See also table->cell_spacing, table->frame, table->border.<-border, the borders of adjecent
cells will overlap, resulting in single lines between the cells. See
also table->cell_padding,
table->rules, table->frame
and table->border.->compute
will recompute the layout of the table.
Please note that this vector always exist, but may not contain the
actual columns. Appended cells are stored in the table<-rows,
and the column information is updated by table->compute.
->append
location. Used to fill a table left-to-right, row-by-row. See table->append
and table->next_row.
May also be set explicitely, for example to modify the contents of a row
with a sequence of table->append
messages.
See also table->rules,
controlling the lines around the individual cells.
<-row
and table<-columns.<-column
or table<-row
that has table_slice->end_group.
Note that table->frame
controlls the lines around the entire table
object.