Printing a Page Border with PostScript in Word for WindowsLast reviewed: July 30, 1997Article ID: Q64703 |
The information in this article applies to:
SUMMARYThe following field code may be used to print a page border on a PostScript printer:
{print \p page "clippath 2 setlinewidth stroke"}This particular code will use the last rectangular clipping path set by Microsoft Word for Windows and print a solid line around the path with a width (2 point) set by the Setlinewidth command. NOTE: This example will work best for full page borders when the document has no text or has graphics formatted as absolute positioned objects (APO). You must include this sample field on each page that you want to print a border on. The field can be inserted anywhere on the page -- even in a table.
REFERENCES"Microsoft Word for Windows User's Reference." (Document Number OB 14328-0990) Page 104.
|
KBCategory: kbprint
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |