|
|
|
||||
Description |
|
||||
|
The <column> tag is the vertical building block of a table. Several columns create the table. This tag defines specific columns of the table. The <column> tag lets you define the width attribute of a column. |
|
||||
Example |
|
||||
|
<?xml version="1.0" encoding="utf-8"?> . . . <table style="small;debug"> <row style="small"> <columns> <column width="1.0"></column> <column width="6.0"></column> </columns> </row> </table> . . . |
|
||||
Attributes |
|
||||
|
|
||||
Child elements permitted |
|
||||
<cell> |
|
||||
Parent elements permitted |
|
||||
|
<columns> |
|
||||
|
|
|
||||
|
|
|