If you are using a PostScript printer, you can use the Print field code to print a circle anywhere on the page. This field can be added anywhere within your document, and affects the current page only. If you want it to affect every page, you can place the field code in the header or footer. To make this work, you simply need to insert a pair of field braces in your document (by pressing Ctrl+F9), and then enter this information between the braces:
Print \p page " /Lsize 1 def /Left 5 def /Top 6.5 def /Radius 2 def /BeginX Left 72 mul def /BeginY 11 Top sub 72 mul def Lsize setlinewidth BeginX BeginY Radius 72 mul 0 360 arc stroke showpage "
This code should be entered within the field braces as one long line, without pressing Enter. To modify the size or position of the circle there are a few variables you can adjust. These are the values assigned to Lsize, Left, Top, and Radius. Lsize represents the thickness, in points, of the actual line used to draw the circle. The values right after the variable names Left and Top represent the position of the circle's center, in inches, from the left and top edges of the paper. The value after Radius represents the radius of the circle in inches.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (398) applies to Microsoft Word 97, 2000, 2002, and 2003.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
You can change the order in which pages are printed (normal or reversed) using the Print dialog box. What if you want a ...
Discover MorePrint Preview is a feature built into Word that allows you to see what your printed output will look like before you ...
Discover MoreWord maintains quite a bit of information about a document in a special collection of items called "properties." You can ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments