8.5

Table Of Contents
position (of type 'Position')
runaround (of type 'Runaround')
shape
shrinkAcross
shrinkDown
stackingOrder
suppressOutput
The Runaround object has the following properties:
bottom
edited
invert
left
noise
outset
outsideOnly
pathName
restrictToBox
right
smoothness
threshold
top
type
Creating boxes
To create a new box, use the following parameters in the Modifier DTD:
"BOX (Modifier DTD)"
"ID (Modifier DTD)"
"TEXT (Modifier DTD)"
"PICTURE (Modifier DTD)"
"GEOMETRY (Modifier DTD)"
"CONTENT (Modifier DTD)"
"SHADOW (Modifier DTD)"
"FRAME (Modifier DTD)"
The following XML shows how some of these parameters work.
<PROJECT>
<LAYOUT>
<ID UID="layout 1"/>
<SPREAD>
<ID UID="1"/>
<ID/>
<BOX OPERATION="CREATE" BOXTYPE="CT_PICT">
<ID NAME="PRODUCTS"/>
<GEOMETRY PAGE="2" SHAPE="SH_RECT">
<POSITION>
<TOP>5</TOP>
<LEFT>5</LEFT>
<BOTTOM>10</BOTTOM>
<RIGHT>10</RIGHT>
</POSITION>
</GEOMETRY>
</BOX>
</SPREAD>
</LAYOUT>
</PROJECT>
78 | QXP SERVER 8.5 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE