7.0

Table Of Contents
PARAMETER DESCRIPTION
SHRINKACROSS Use this parameter to decrease the width of
a box by a number of points. For example,
<SHRINKACROSS>25</SHRINKACROSS> decreases
the width of a box by 25pt.
SHRINKDOWN Use this parameter to decrease the height of
a box by a number of points. For example,
<SHRINKDOWN>25</SHRINKDOWN> decreases the
height of a box by 25pt.
STACKINGORDER Use this parameter to specify the stacking order of
the box on the page. Valid values for this parame-
ter are
SENDBACKWARD, SENDTOBACK, BRINGFORWARD,
and
BRINGTOFRONT. For example, <STACKINGORDER>
BRINGTOFRONT</STACKINGORDER>
brings a box in
front of all other items on the page.
SUPPRESSOUTPUT Use this parameter to control whether boxes are
rendered. Valid values are
true and false.
The
RUNAROUND parameter includes a subparameter named RUNAROUNDTYPE,
which lets you specify a runaround type. The valid values for this subparameter
are
NONE, ITEM, AUTOIMAGE, and EMBEDDEDPATH.
The ITEM runaround type includes the following subparameters: TOP, LEFT,
BOTTOM, and RIGHT. The valid range for these parameters range is between
–288pt and 288pt. For example, the following code sets the top, left, bottom,
and right runaround to 4pt.
<RUNAROUND>
<RUNAROUNDTYPE>ITEM</RUNAROUNDTYPE>
<TOP>4</TOP>
<RIGHT>4</RIGHT>
<LEFT>4</LEFT>
<BOTTOM>4</BOTTOM>
</RUNAROUND>
If you specify an out-of-range value for TOP, LEFT, BOTTOM, or RIGHT, the
parameters is automatically set to the default minimum or maximum value.
The
AUTOIMAGE and EMBEDDEDPATH parameters allow you to specify an OUTSET
value. The valid range for OUTSET is between –xpt and 288pt, where x is a
variable depending on the runaround of picture. For example, the following
code sets the outset value to 4pt.
MODIFIER XTENSIONS SOFTWARE
CHAPTER 4: XTENSIONS SOFTW
ARE
|
163