|
|
|
||||||||||||||||||||||||||||||||||||
Description |
|
||||||||||||||||||||||||||||||||||||
|
The <cell> tag is the basic building block of a table. Several cells create rows or columns of the table. This tag defines individual cells of the table. |
|
||||||||||||||||||||||||||||||||||||
Example |
|
||||||||||||||||||||||||||||||||||||
|
<?xml version="1.0" encoding="utf-8"?> . . . <table> <columns> <column width="5.0"> <column width="6.0"> </columns> <row> <cell> <text>Cell text No1</text> </cell> <cell> <text>Cell text No2</text> </cell> </row> </table> . . . |
|
||||||||||||||||||||||||||||||||||||
Attributes |
|
||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||
Child elements permitted |
|
||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||
Parent elements permitted |
|
||||||||||||||||||||||||||||||||||||
row, |
|
||||||||||||||||||||||||||||||||||||
Child elements prohibited |
|
||||||||||||||||||||||||||||||||||||
|
Any parent element is prohibited except for the elements permitted. |
|
||||||||||||||||||||||||||||||||||||
Parent elements prohibited |
|
||||||||||||||||||||||||||||||||||||
|
Any parent element is prohibited except for <row>. |
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|