Object Reference : Object View and Procedure Reference : Spool
  
 
leftmargin
Changes the left margin size of the spool or of a specified embedded spool.
Syntax
spool_name.leftmargin(options) size_arg
where size_arg is the new margin value specified in virtual inches.
Options
 
obj=arg
where arg is the name or position of the embedded spool for which you wish to set a margin.
Examples
spool01.leftmargin 0.01
sets the left margin for SPOOL01 to 0.01 virtual inch,
spool01.topmargin(obj=sp1) 0.02
changes the left margin in the embedded spool SP1 to 0.02 virtual inches.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::horizindent, Spool::topmargin, and Spool::vertindent.