colspec — Specifications for a column in a table
colspec ::=
Common attributes and common linking attributes.
Additional attributes:
The attributes of this empty element specify the presentation characteristics of entries in a column of a table.
Each colspec
refers to a single column. Columns are numbered sequentially from left to right in the table. If the colnum
attribute is not specified, the colspec
is for the next column after the preceeding colspec
or column 1 if it is the first colspec
.
Suppressed. This element is expected to obey the semantics of the CALS Table Model Document Type Definition, as specified by OASIS Technical Memorandum TM 9502:1995.
Common attributes and common linking attributes.
Specifies the horizontal alignment of text in an entry.
Enumerated values: | |
---|---|
“center” |
Centered. |
“char” |
Aligned on a particular character. |
“justify” |
Left and right justified. |
“left” |
Left justified. |
“right” |
Right justified. |
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” .
Provides a name for a column specification.
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 presence or absence of the column separator
Enumerated values: | |
---|---|
“0” |
No column separator rule. |
“1” |
Provide a column separator rule on the right |
Specifies the width of the column.
Specifies the presence or absence of the row separator
Enumerated values: | |
---|---|
“0” |
No row separator rule. |
“1” |
Provide a row separator rule below |