2006 Aug 10 3:04 PM
i have gray header un sapscript
and i want to lower what the command
BOX FRAME 10 TW
BOX HEIGHT '1.7' LN INTENSITY 20
i have gray header un sapscript
and i want to lower what the command
BOX FRAME 10 TW
BOX HEIGHT '1.7' LN INTENSITY 20
2006 Aug 10 3:05 PM
2006 Aug 10 3:07 PM
2006 Aug 10 3:13 PM
2006 Aug 10 3:16 PM
2006 Aug 10 3:20 PM
2006 Aug 10 3:12 PM
hi
good
go through this
The parameters like WIDTH , XPOS etc should be followed by a proper unit.
The INTENSITY is in the percentage of the grey scale.
The FRAME parameter is the thickness of the frame the default value is 0.
e.g.
/:BOX XPOS '5' CM YPOS '2' CM WIDTH '14' CM HEIGHT '20' CM FRAME 20 TW INTENSITY 10.
e.g.
/:BOX INTENSITY 10
will fill the current window background with a shading of grey scale 10%..
To draw a horizontal line we set the HEIGHT parameter to the value of 0.
e.g.
/:BOX XPOS '5' CM HEIGHT 0 TW FRAME 10 TW.
This will draw a horizontal line across the top edge of the window.
To draw a horizontal line we should set the value of WIDTH parameter to 0.
e.g.
/:BOX XPOS '5' CM YPOS WIDTH '0' TW FRAME 10 TW.
This will draw a vertical line across the complete height of the left edge of the current window.
thanks
mrutyun
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |