Object Reference : Object View and Procedure Reference : Spool
  
 
vertspacing
Changes the amount of vertical spacing for objects in the spool or in a specified embedded spool.
Syntax
spool_name.vertspacing(options) size_arg
where size_arg is an new spacing in virtual inches. By default, spacing will be set for all objects in the spool.
Options
 
obj=object_arg
where object_arg is the name or the position of a specific embedded spool for which you wish to set spacing.
Examples
spool01.vertspacing 0.05
specifies the vertical spacing for all objects in the spool at 0.05 vertical inches.
spool01.vertspacing(obj=sp1) 0.05
sets the vertical spacing at 0.05 only for the objects in the embedded spool SP1.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::vertindent, and Spool::topmargin.