ArborX


raw

Longname: raw   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
Raw commands are keywords that already exist in 3B2 to describe a page or frame in the .3d file.
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)
verb_params:keyw

The raw verb (internal command) to use and its required parameters.

dim w,h  page width and height, where w is the page width and h is height, these values can take an optional measurement unit.
underlay  the page is an underlay layer
overlay  the page is an overlay layer
pboard  the page is a pasteboard
impoverlay  create an imposition layer
acopy mode, "strm", n  set page autocopy mode, see tpacopy
prule "strm", "strm1"  Page rules control stream, see tdprule
pagetie n  Tie pages where n is the page tie position, see tptie

All verbs following the 'raw' parameter are currently used internally by 3B2 to specify the attributes of a page when building a page or saving a .3d document. If you open a .3d file in a text editor you will see hundreds of verbs that define the structure and content of a 3B2 .3d file. Only certain verbs are designed to be used with the <?page raw verb_params?> command, these are listed in the parameter values above.


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