Tr
Tablerow
Child elements
ForAll, Loop, Message, Switch, Td, Value
Parent elements
Case, ForAll, Loop, Otherwise, Table, TableHead, Until, While
Attributes
class(text, optional)- CSS class for this element.
id(text, optional)- CSS id for this element.
style(text, optional)- CSS style for this element.
Example
<Tr>
<Td><Paragraph><Value>A</Value></Paragraph></Td>
<Td><Paragraph><Value>B</Value></Paragraph></Td>
<Td><Paragraph><Value>C</Value></Paragraph></Td>
<Td><Paragraph><Value>D</Value></Paragraph></Td>
<Td><Paragraph><Value>E</Value></Paragraph></Td>
</Tr>