- table_column ->compute:
- Compute dimensions of the column. Invoked by table
->compute
to set table_slice<-width
and table_slice<-reference,
after which table->compute
assigns the column a table_slice<-position.
- table_column ->halign: {left,right,center,reference,stretch}
- Inherits description from: table_column
-alignment
- table_column ->initialise: [{left,right,center,reference,stretch}]
- Initialises an empty table_column
object from its alignment. Normally, a table_column is created using table
<-column.
- table_column ->unlink:
- Ensures the table_column
object is nicely removed from the
table_slice
<-table.