ArborX


abs-pos

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

Summary
Used inconjunction with and as a keyword of the <?page> and rel-offset commands to specifiy that new inserted pages should be placed at an absolute possition in the document as part of an inline page creation command sequence.
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)
abs_page_pos:i

The new page number that will be created.

The keyword is unique in that it is a keyword of a keyword of a PI! This is made clearer in the sample below:

 <?page insert abs-pos 2?>

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