|
The Graphic Object commands automatically generate and position some of the graphic objects available in Sahafi These objects are drawn according to the values you set in the command arguments. If these options are not specified in the script file, the objects are drawn with the default values of Sahafi.
{HORRULE=across,down,width,angle}
where across, down, and width specify values in the current units of measurement. Angle is measured in tenths of a degree and defines the angle of rotation, based on the geometric center of the graphic object.
Example: {HORRULE=.5,.5,2.5,40} creates a horizontal rule starting .5 inches from the left side of the page, .5 inches from the top, for a length of 2.5 inches. The line is rotated 40°.
{VERTRULE=across,down,depth,angle}
where across, down, and depth specify values in the current units of measurement. Angle is measured in tenths of a degree and defines the angle of rotation, based on the geometric center of the graphic object.
Example: {VERTRULE=.5,.5,7.5,10} creates a vertical rule starting .5 inches from the left side of the page, .5 inches from the top, for a length of 7.5 inches. The line is rotated 10°.
{RECTANGLE=across,down,width,depth,angle}
where across, down, width, and depth specify values in the current units of measurement. Angle is measured in tenths of a degree and defines the angle of rotation, based on the geometric center of the graphic object.
Example: {RECTANGLE=.5,.5,2.5,7.5,25} creates a rectangle starting at .5 inches from the left side of the page, .5 inches from the top, 2.5 inches wide, and 7.5 inches deep. The rectangle is rotated twenty-five degrees.
|
|