addSpace()

Add vertical space to the report.

Usage

addSpace( spaceSize, unit = "cm")

Parameters

spaceSize (integer)
Space Size.
unit (string)
Unit of the size. Valid values are cm, mm and in.

Return Value

None

Description

This routine adds vertical space to the report. The spaceSize and unit are given by spaceSize and unit. For example,
rep.addSpace( 2, "in" )