8.1

Table Of Contents
ROW (Modifier DTD)
DeconstructModifyConstructModifier DTD
Describes a row in a table.Describes a row in a table.Describes a row in a table.
<!ELEMENT ROW ((CELL |
LINE)*)>
<!ATTLIST ROW
Specifies the index position
of a row from top to bottom.
Specifies the index position
of a row from top to bottom.
Specifies the index position
of a row from top to bottom.
ROWCOUNT CDATA
#REQUIRED
For example, ROWCOUNT = 1For example, ROWCOUNT = 1For example, ROWCOUNT = 1
indicates the first columnindicates the first columnindicates the first row from
from the top, andfrom the top, and
the top, and ROWCOUNT = 2
ROWCOUNT = 2 indicates the
second column from the top.
ROWCOUNT = 2 indicates the
second row from the top.
indicates the second row
from the top.
Specifies the height a row.Specifies the height of a row.
Note: If this attribute is
empty, the row is resized to
Specifies the height of a row.
Note: If this attribute is
empty, the row is resized to
ROWHEIGHT CDATA
#IMPLIED
fit its contents, unlessfit its contents, unless
RICHTEXT@RICHTEXT@
MAINTAINGEOMETRY is set toMAINTAINGEOMETRY is set to
true, in which case any rowtrue, in which case any row
that does not have athat does not have a
ROWHEIGHT attribute will beROWHEIGHT attribute will be
sized equally using thesized equally using the
amount of space remainingamount of space remaining
after all the specifiedafter all the specified
ROWHEIGHT attributes haveROWHEIGHT attributes have
been subtracted from the
total height of the box.
been subtracted from the
total height of the box.
Identifies the color of a row.
Overrides the TABLE@COLOR
attribute.
Identifies the color of a row.
Overrides the TABLE@COLOR
attribute.
Identifies the color of a row.
Overrides the TABLE@COLOR
attribute.
COLOR CDATA #IMPLIED
Note: Only the name of a
color is included in this
Note: Only the name of a
color is included in this
Note: Only the name of a
color is included in this
attribute. The definition ofattribute. The definition ofattribute. The definition of
the color is stored in thethe color is stored in thethe color is stored in the
projects Job Jackets file orprojects Job Jackets file orprojects Job Jackets file or
defined using the Documentdefined using the Documentdefined using the Document
Controls submenu inControls submenu inControls submenu in
QuarkXPress Server. QuarkXPress Server, or an
existing color created and
saved in the project.
QuarkXPress Server, or an
existing color created and
saved in the project.
Specifies the shade of the
color applied to a row, as an
Specifies the shade of the
color applied to a row, as an
Specifies the shade of the
color applied to a row, as an
SHADE CDATA #IMPLIED
integer percentage from 0 to
100.
integer percentage from 0 to
100.
integer percentage from 0 to
100.
Specifies the opacity of the
color applied to a row,
Specifies the opacity of the
color applied to a row,
Specifies the opacity of the
color applied to a row,
OPACITY CDATA #IMPLIED
specified as an integer
percentage from 0 to 100.
specified as an integer
percentage from 0 to 100.
specified as an integer
percentage from 0 to 100.
206 | QXP SERVER 8.1 WEB INTEGRATION GUIDE
MODIFIER DTD (ANNOTATED)