2020

Table Of Contents
USING QUARKXPRESS SERVER
<ENTRY>Revenue</ENTRY>
<ENTRY>000</ENTRY>
<ENTRY>100</ENTRY>
<ENTRY>200</ENTRY>
<ENTRY>300</ENTRY>
</TROW>
<TROW>
<ENTRY>Liabilities</ENTRY>
<ENTRY>000</ENTRY>
<ENTRY>100</ENTRY>
<ENTRY>200</ENTRY>
<ENTRY>300</ENTRY>
</TROW>
</TBODY>
</INLINETABLE>
...
</STORY>
The number of rows in such a table is determined by the number of <TROW>
elements. The number of columns is determined by the maximum number of
<ENTRY> elements in a <TROW>.
In the <TBODY> element, each <TROW> contains one or more <ENTRY> elements. If
you don’t style the text in an <ENTRY> element, it uses the default styling, which
can be defined in a <TROWSTYLE> or <TCOLSTYLE> element (see below).
The <THEAD> element lets you create a repeating header for the table. The
<TCONTINUED> element lets you create a “continued” row for the table. If you don’t
supply either of these elements, you must create the header row manually as a
<TROW> in the <TBODY>.
For each row and column, you can specify the following things:
COLOR: Cell background color.
SHADE: Cell background shade.
STORYDIRECTION: Story direction.
You can automatically adjust and position pictures in table cells. The
VALIGN@ENTRY and ALIGNMENT@ENTRY attributes lets you specify the alignment of
a cell, including picture cells.
The child attribute ORIENTATION lets you specify the orientation of the table, like
so:
<INLINETABLE> ORIENTATION="LANDSCAPE">
...
On a portrait page, this would effectively rotate the table in a clock wise direction,
while the page itself is not rotated.
The childPICTUREATTRIBUTES element lets you specify several picture attributes,
including flip horizontal, flip vertical, angle, background and color, on picture cells
of the table.
This does not create a breakable table. The table will be confined to a single page.
If the number of rows is greater than the available rectangular size of the parent
box, an error is returned stating the table cannot be fit into the available size.
A GUIDE TO QUARKXPRESS SERVER 2020 | 141