|
|
|
Description |
|
|
The <columns> tag defines columns of the table. The tag can contain <column> tags only. The <columns> tags describe the formatting of all columns. |
|
Example |
|
|
<?xml version="1.0" encoding="utf-8"?> . . . <document> <section width="21.0" height="29.7"> <table style="small;debug"> <columns> <column width="1.0"></column> <column width="6.0"></column> . . . </columns> <row style="small"> </row> </table> </section> </document> . . . |
|
|
The widths of all columns must always be specified. |
|
Attributes |
|
|
There are no attributes |
|
Child elements permitted |
|
|
<column> |
|
Parent elements permitted |
|
|
<table> |
|
|
|
|
|
|
|