The Complex-table attribute group includes several attributes that are defined on
complex table elements. Most of these attributes are part of the OASIS Exchange model; table
elements generally use only a subset of the attributes defined in this group. These attributes are
not available for the <simpletable>
elements.
@align
@char
attribute for alignment. The @align
attribute is available on the following table elements:
<tgroup>
, <colspec>
, and
<entry>
.
@char
Default source for
<entry>
elements starting in this column. If character alignment is
specified, the value is the single alignment character source for any implied
@char
values for entry immediately in this column. A value of ""
(the null string) means there is no aligning character.
For
example, if align="char"
and char="r"
are specified, then
text in the entry should align with the first occurrence of the letter "r" within the entry.
The @char
attribute is available on the following table elements:
<colspec>
and
<entry>
.
@charoff
align="char"
.
Default
source for <entry>
elements starting in this column. For character
alignment on an entry in the column, horizontal character offset is the percent of the
current column width to the left of the (left edge of the) alignment character.
This value should be number, greater than 0 and less than or equal to 100.
For example, if
align="char"
, char="r"
, and charoff="50"
are all specified, then text in the entry should align 50% of the distance to the left of the
first occurrence of the character "r" within the entry.
The @charoff
attribute is available on the following table elements: <colspec>
and
<entry>
.
@colsep
The
@colsep
attribute is available on the following table elements:
<table>
, <tgroup>
,
<colspec>
, and <entry>
.
@rowsep
The
@rowsep
attribute is available on the following table elements:
<table>
, <tgroup>
,
<row>
, <colspec>
, and
<entry>
.
@rowheader
<thead>
element provides column
headers). Applies when @rowheader
is used on the
<table>
element.<colspec>
element are functionally row headers (for cases with more than one column of row headers).
Applies when @rowheader
is used on the <colspec>
element.@rowheader
is used on the
<table>
element.The
@rowheader
attribute is available on the following table elements:
<table>
and <colspec>
.
@valign
The
@valign
attribute is available on the following table elements:
<thead>
, <tbody>
,
<row>
, and <entry>
.