Script functions reference > Script functions in alphabetical order > S > SetYoffs

SetYoffs
Syntax
SetYoffs(num);
num 
Description
Adjusts Y positions for all output fields, pictures, and overlays downwards. The adjustment is valid within the current job only, or until another adjustment is specified.
Note:
The overlay must have the Offset Adjust check box selected in the PageOUT Process.
Returns
A number specifying the old Y adjustment.
Example
if($doctype="pickinglist")
{
setyoffs(-8);
}
OpenText StreamServe 5.6 Updated: 2013-03-01