Working with Table
<TableBlock>
Insert a table to document. It is typically used to present table of elements or element properties. You must combine the use of <TableRow> and <TableCell> in order to form a complete table. Most of the build-in templates are formed by tables and contains <TableBlock>. You can look for references easily.
|
|||||||||||||||||||||
Attributes of <TableBlock> |
<TableRow>
Enables you to add cells to a <TableRow>.
|
||||||||||||
Attributes of <TableRow> |
<TableCell>
Enables you to add cells to a <TableRow>.
|
||||||||||||||||||||||||
Attributes of <TableCell> |
Related Resources
The following resources may help you to learn more about the topic discussed in this page.
7. Conditional Expression | Table of Contents | 9. Working with Image |