ArborX


apply

Longname: apply   Open the Documentation Legend
Released: 7.67a 
Created: 7.67a 
See also: <?page> <?frame> add-layer append apply clear create current insert name raw rel-offset remove-layer resize

Summary
Will apply a new page that must have been created as part of an inline page creation command sequence. Used within the <?page> command.
Example extract
 <?page clear> 1
 <?page raw dim 210, 297> 2
 <?page name 1 "over_lay"> 3
 <?page raw overlay> 4
 <?page create> 5

Syntax (7.67a)
first:n First page in the range of which this page creation command sequence should be applied.
last:n Last page in the range of which this page creation command sequence should be applied.
mode:n

xx

Default, enabled
Disabled
Controlled by <?layer>, see layer.

Similar to the tplay macro, this will apply the new page (overlay/underlay), which must have been created, to a range of pages, for example, <?page apply 3,4>. The rel-offset and abs-pos verbs can also be used. If no parameters are specified, the default is <?page apply 1, 1, 0> For example, <?page clear><?page raw dim 210, 50><?page name "over_lay"><?page raw overlay><?page create><?page apply 3, 4, 2>


Document created on 05-Apr-2003 (revision 001)