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

SetXoffs
Syntax
SetXoffs(num);
num
Description
Adjusts X positions for all output fields, pictures, and overlays towards the right. 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 X adjustment.
Example
if($doctype="invoice")
{
setxoffs(4);
}
OpenText StreamServe 5.6 Updated: 2013-03-01