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
<!ELEMENT HEADER (ROW*)>
Specifies if the
row is to be a
header row.
Specifies if the
row is to be a
header row.
Indicates if the
row is to be a
header row.
<!ATTLIST HEADER
HEADERROWS CDATA
#IMPLIED>
Specifies number
of header row.
Specifies number
of header row.
Specifies number
of header row.
<!ELEMENT FOOTER (ROW*)>
Specifies if the
row is to be a
footer row.
Specifies if the
row is to be a
footer row.
Indicates if the
row is to be a
footer row.
<!ATTLIST FOOTER
FOOTERROWS CDATA
#IMPLIED>
Specifies number
of footer row.
Specifies number
of footer row.
Specifies number
of footer row.
<!ELEMENT CELL ((CONTENT|
CONTENTPH | TEXT | PICTURE |
PLACEHOLDER)*)>
Describes a table
cell.
Describes a table
cell.
Describes a table
cell.
<!ATTLIST CELL
COLUMNCOUNT CDATA
#REQUIRED
Specifies the
column index
position of a cell,
with the first cell
being cell 1.
Specifies the
column index
position of a cell,
with the first cell
being cell 1.
Specifies the
column index
position of a cell,
with the first cell
being cell 1.
BOXTYPE (CT_NONE |
CT_TEXT | CT_PICT) #IMPLIED
Specifies a cells
type:
CT_NONE =
No-content cell
CT_TEXT = Text
cell
CT_PICT =
Picture cell
Specifies a cells
type:
CT_NONE =
No-content cell
CT_TEXT = Text
cell
CT_PICT =
Picture cell
Specifies a cells
type:
CT_NONE =
No-content cell
CT_TEXT = Text
cell
CT_PICT =
Picture cell
COLOR CDATA #IMPLIED
Identifies the color
of a cell.
Note: Only the
name of a color is
included in this
attribute. The
definition of the
color is stored in
the projects Job
Jackets file or
defined using the
Document
Controls
submenu in
QuarkXPress
Server.
Identifies the color
of a cell.
Note: Only the
name of a color is
included in this
attribute. The
definition of the
color is stored in
the projects Job
Jackets file or
defined using the
Document
Controls
submenu in
QuarkXPress
Server, or an
existing color
created and saved
in the project.
Identifies the color
of a cell.
Note: Only the
name of a color is
included in this
attribute. The
definition of the
color is stored in
the projects Job
Jackets file or
defined using the
Document
Controls
submenu in
QuarkXPress
Server, or an
existing color
created and saved
in the project.
SHADE CDATA #IMPLIED
Specifies the
shade of the color
Specifies the
shade of the color
Specifies the
shade of the color
Page 287