8.0

Table Of Contents
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 DTD:
BOX
ID
TEXT
STORY
PARAGRAPH
FORMAT
DROPCAP
TABSPEC
TAB
RULE
RICHTEXT
Example
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">
Page 129