ArborX


tpsize

Longname: t p age size   Open the Documentation Legend
Released: not available 
Created: not available 

Summary
Changes the size and/or orientation of the current page or pasteboard.
Example extract

Both of the macros shown below define a landscape a4 page, despite the fact that the position of width and height is reversed:

 tpsize "l", 297, 210 3
 tpsize "l", 210, 297 5

Syntax (SVNNA)
tpsize  port_lands_opt:s?  width:uh? height:uv  )  ?macro:b?
port_lands_opt:s
to switch to portrait orientation
to switch to landscape orientation.
user defined, width and height determine orientation.
width:uh

Page width. If the specified sizes for width and height are the wrong way round for the selected orientation they will be automatically reversed unless the "u" option is used in port_lands_opt.

Page height.

height:uv

Page height.

?macro:b

Used internally by Arbortext APP to pass current page size information to a wmn macro.


Document created on 08-Feb-2003 (revision 1)