|
Term
|
Description
|
|---|---|
|
table
|
A collection of grids, rows, columns, cells, and borders.
|
|
A grouped collection of rows. The OASIS Exchange table model support multiple grids per table. The other table models support only one grid.
|
|
|
cell
|
An individual box within a grid or table.
|
|
row
|
A single horizontal set of cells covering the entire width of the grid or table.
|
|
column
|
A single vertical set of cells covering the entire height of the grid or table. Not applicable to custom tables.
|
|
border
|
One of the four lines that surrounds the table or an individual cell.
|
|
table rulers
|
The rulers and table selection tools that appear in the Edit view.
|
|
span
|
Combine a rectangular selection of cells. Not applicable to custom tables.
|
|
unspan
|
Return a spanned selection of cells to the original configuration. All of the text in the unspanned cells will be displayed in the upper left cell. Not applicable to custom tables.
|
|
|
In OASIS Exchange tables, changes to display width are saved as processing instructions, which are typically not compatible with other XML editors. Use the set tableuiextensions command to prevent format settings from being saved as processing instructions.
|
|
|
In custom tables, the table width is fixed and cannot be changed.
|
|
|
In HTML tables, the cell element’s deprecated width attribute can be used to control cell width independently of column width. Arbortext Editor interprets any value for this attribute as specifying an overriding width for the column in which the cell resides. If multiple cells in a column have conflicting widths, the largest value is used for the entire column.
For cells that span columns, Arbortext Editor interprets the width attribute as specifying the column width for the column in which the (horizontally) spanned cell begins. Be aware that some browsers may use the cell width to determine the minimum width of the resulting spanned cell.
|
|
Entity File
|
Model Name
|
Description
|
|---|---|---|
|
ati-tbl.elm
|
Arbortext
|
Declarations for the Arbortext table model.
|
|
cals-tbl.elm
|
OASIS Exchange
|
Declarations for the Arbortext subset of the CALS table model. This entity file is provided for backward-compatibility only. New document types should use either the OASIS Exchange table model or the HTML table model.
|
|
calstbl2.dtd
|
OASIS Exchange
|
This is an extension to the OASIS Exchange table model.
|
|
soex-tbl.dtd
|
OASIS Exchange
|
OASIS Exchange table model.
|
|
html-tbl.dtd
|
HTML
|
Declarations for the HTML 4.1 Transitional table model (for SGML documents).
|
|
xhtml-tbl.dtd
|
HTML
|
Declarations for the XHTML 1.0 Transitional table model (for XML documents).
|