2020

Table Of Contents
USING QUARKXPRESS SERVER
XML representations of groups created by versions of QuarkXPress Server prior to
8.1 are ignored during construct and modify calls, as they were in earlier versions of
QuarkXPress Server.
Modifying text attributes
You can use the modify parameter to change the attributes of text in a QuarkXPress
project. All modifications are done on a text box basis. To modify text properties,
use the following parameters in the Modifier schema:
BOX
ID
TEXT
STORY
PARAGRAPH
FORMAT
SHADINGSTYLE (Modifier schema)
DROPCAP
TABSPEC
TAB
RULE
RICHTEXT
The following XML shows how some of these parameters work.
<PROJECT>
<LAYOUT>
<ID UID="Layout 1"/>
<SPREAD>
<ID UID="1"/>
<BOX BOXTYPE="CT_TEXT">
<ID NAME="ABOUT"/>
<TEXT>
<STORY CLEAROLDTEXT="true" FITTEXTTOBOX="true"
CONVERTQUOTES="true">
<RICHTEXT FONT="Castellar" PLAIN="true"/>
</STORY>
</TEXT>
</BOX>
<BOX BOXTYPE="CT_TEXT">
<ID NAME="HISTORY"/>
<TEXT>
<STORY>
<PARAGRAPH>
<FORMAT ALIGNMENT="RIGHT">
<SHADINGSTYLE COLOR="Yellow"
SHADE="30%"
OPACITY="20%"
LENGTH="COLUMN"
CLIPTOBOX="true"
RIGHTPADDING="4pt"
BOTTOMPADDING="2pt"
LEFTPADDING="2pt"
TOPPADDING="1pt"/>
A GUIDE TO QUARKXPRESS SERVER 2020 | 109