8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
MAINTAINLINK (true | false)
"true">
Specifies whether
a child table will
maintain a link to
its parent.
Specifies whether
a child table will
maintain a link to
its parent.
Specifies whether
a child table will
maintain a link to
its parent.
<!ELEMENT CHILDID EMPTY>
Specifies a child
of a parent
TABLE element.
Specifies a child
of a parent
TABLE element.
Specifies a child
of a parent
TABLE element.
<!ATTLIST CHILDID
NAME CDATA #IMPLIED
Indicates the
user-assigned
name of the
CHILD element
of the parent
table.
Not applicable.
Indicates the
user-assigned
name of the
CHILD element
of the parent
table.
UID CDATA #IMPLIED>
Not applicable.
Indicates the ID of
the CHILD
element of the
parent table
assigned from
QuarkXPress
Server.
Indicates the ID
of the CHILD
element of the
parent table
assigned from
QuarkXPress
Server.
<!ELEMENT ADDCELLS
EMPTY>
Not applicable.
Adds cells to an
existing table.
Note: If you add
a column, you
must also define
every ROW and
CELL element in
that column.
Not applicable.
<!ATTLIST ADDCELLS
TYPE (ROW | COLUMN |
HEADER | FOOTER)
#REQUIRED
Not applicable.
Specifies whether
to add rows,
columns, headers,
or footers.
Not applicable.
BASEINDEX CDATA
#REQUIRED
Not applicable.
Specifies the index
number of the cell
before or after
which the new
cells should be
inserted. See the
INSERTPOSITI
ON attribute.
Not applicable.
INSERTCOUNT CDATA
#REQUIRED
Not applicable.
Specifies how
many cells to add.
Not applicable.
INSERTPOSITION (AFTER |
BEFORE) "AFTER"
Not applicable.
Specifies whether
to add the new
cells before or
after the cell
indicated in the
BASEINDEX
Not applicable.
Page 282