tbody
Identifies the body of a
tgroup
.
Element information
Namespace: None
Schema document: soextblx.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- row [1..*]Identifies the row information in a thead or tbody element. Default values come from the enclosing thead, tbody, or tgroup attribute values for like-named attributes.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
valign | [0..1] | Anonymous | vertical alignment. Default text vertical positioning within the entrys. Provides default value for descendant elements. |
Used in
- Anonymous type of element tgroup
Sample instance
<tbody> <row> <entry>b1</entry> <entry>b2</entry> <entry>b3</entry> <entry>b4</entry> <entry morerows="1" valign="middle"> <para> Vertical Span</para> </entry> </row> <row> <entry>c1</entry> <entry namest="c2" nameend="c3" align="center" morerows="1" valign="bottom">Span Both</entry> <entry>c4</entry> </row> <row> <entry>d1</entry> <entry>d4</entry> <entry>d5</entry> </row> </tbody>