8.0

Table Of Contents
</PAGE>
<TABLE COLOR="none" COLUMNS="2" MAINTAINGEOMETRY="false" ROWS="2"
AUTOFIT="rows">
<ID NAME="Table1"/>
<TABLEBREAK BREAKHEIGHT="140.251" KEEPATTRIBUTE="true"
MAINTAINLINK="true">
<HEADER>
<ROW ROWCOUNT="1" ROWHEIGHT="68.625">
...
</ROW>
</HEADER>
</TABLEBREAK>
<ROW ROWCOUNT="1" ROWHEIGHT="68.625">
...
</ROW>
<ROW ROWCOUNT="2" ROWHEIGHT="68.625">
...
</ROW>
<FRAME .../>
<GEOMETRY LAYER="Default" PAGE="1" SHAPE="SH_RECT">
...
</GEOMETRY>
<COLSPEC>
...
</COLSPEC></TABLE>
</SPREAD>
Specify table lines
To specify horizontal and vertical lines in a table, use XML like the following:
<TABLE>
<GRID TYPE=”ALLGRID”>
<LINE COLOR="Black" GAPCOLOR="none" OPACITY="100%" SHADE="100%"
STYLE="Solid" WIDTH="0"/>
</GRID>
...
</TABLE>
Related topics:
The Modifier DTD
About XML deconstruct and construct
xml
construct
Deconstructing a project
Constructing a project
Page 169