Specifies the alignment character when align
is set to char
.
Specifies the percentage of the column's total width that should appear to the left of the first occurance of the character identified in char
when align
is set to char
.
0
100
Specifies how the table is to be framed. Note that there is no way to obtain a border on only the starting edge (left, in left-to-right writing systems) of the table.
all
Frame all four sides of the table. In some environments with limited control over table border formatting, such as HTML, this may imply additional borders.
bottom
Frame only the bottom of the table.
none
Place no border on the table. In some environments with limited control over table border formatting, such as HTML, this may disable other borders as well.
sides
Frame the left and right sides of the table.
top
Frame the top of the table.
topbot
Frame the top and bottom of the table.
Specifies the presence or absence of the column separator
A rule will be drawn to the right of all cells for whichcolsep
has the value 1 (true). Note, however, that the rule to the right of the last column in the table is controlled by the frame
attribute, not colsep
.
0
No column separator rule.
1
Provide a column separator rule on the right
Specifies the presence or absence of the row separator
A rule will be drawn below all cells for whichrowsep
has the value 1 (true). Note, however, that the rule below the last row in the table is controlled by the frame
attribute, not rowsep
.
0
No row separator rule.
1
Provide a row separator rule below
Specifies the orientation of the table
land
90 degrees counter-clockwise from the rest of the text flow.
port
The same orientation as the rest of the text flow.
Specifies the table style
The tabstyle
attribute holds the name of a table style defined in a stylesheet that will be used to process this document.
Indicates whether or not the entries in the first column should be considered row headers
firstcol
Indicates that entries in the first column of the table are functionally row headers (analogous to the way that a thead provides column headers).
norowheader
Indicates that entries in the first column have no special significance with respect to column headers.
Specifies the horizontal alignment of text in an entry.
center
Centered.
char
Aligned on a particular character.
justify
Left and right justified.
left
Left justified.
right
Right justified.
Specifies the vertical alignment of text in an entry.
bottom
Aligned on the bottom of the entry.
middle
Aligned in the middle.
top
Aligned at the top of the entry.
Specifies a column specification by name.
Specifies a starting column by name.
Specifies a span by name.
Specifies a starting column by name.
Specifies an ending column by name.
Provides a name for a column specification.
Provides a name for a span specification.
tgroup
A wrapper for the main content of a table, or part of a table
Additional style information for downstream processing; typically the name of a style.
The number of columns in the table. Must be an integer greater than zero.
colspec
Specifications for a column in a table
The number of the column to which this specification applies. Must be greater than any preceding column number. Defaults to one more than the number of the preceding column, if there is one, or one.
Specifies the width of the column.
spanspec
Formatting information for a spanned column in a table
Specifies a starting column by name.
Specifies an ending column by name.
thead
A table header consisting of one or more rows
tfoot
A table footer consisting of one or more rows
tbody
A wrapper for the rows of a table or informal table
entry
A cell in a table
Specifies the number of additional rows which this entry occupies. Defaults to zero.
Specifies the rotation of this entry. A value of 1 (true) rotates the cell 90 degrees counter-clockwise. A value of 0 (false) leaves the cell unrotated.
0
Do not rotate the cell.
1
Rotate the cell 90 degrees counter-clockwise.
entrytbl
A subtable appearing in place of an entry in a table
Additional style information for downstream processing; typically the name of a style.
The number of columns in the entry table. Must be an integer greater than zero.
thead
A table header consisting of one or more rows
tbody
A wrapper for the rows of a table or informal table
table
A formal table in a document
Indicates if the short or long title should be used in a List of Tables
0
Indicates that the full title should be used.
1
Indicates that the short short title (titleabbrev) should be used.
Indicates if the table should appear in a List of Tables
0
Indicates that the table should not occur in the List of Tables.
1
Indicates that the table should appear in the List of Tables.
informaltable
A table without a title