Object Reference : Object View and Procedure Reference : Spool
  
 
vertindent
Change the vertical indentation size for objects in the spool.
Syntax
spool_name.vertindent object_arg size_arg
where object_arg is the name or the position of a specific object to which you wish to apply indenting, and size_arg is an new indentation in virtual inches.
Examples
spool01.vertindent 1 0.02
spool01.vertindent tab1 0.02
change the indentation for the first object and for TAB1 to 0.02 virtual inches.
To refer to a child object of a spool, you must specify the object’s path. For instance, given a spool SPOOL01 containing the spool SP1 which in turn contains the graph G2:
spool01.vertindent sp1/g 0.03
also changes the vertical indentation of G2 in the embedded spool SP1 to 0.03 virtual inches, while
spool01.vertindent sp1 0.03
sets the indentation for SP1 to 0.03.
Cross-references
For additional discussion of spools see “Spool Objects”.
See also Spool::topmargin, Spool::vertspacing, and Spool::horizindent.