The information in this article applies to:
SUMMARYThis article describes how to create the effect called "Flush Right" in WordPerfect. In WordPerfect, the Flush Right command lines up some text in one line with the left margin, and the rest of the text with the right margin. The following is an example of this type of formatting:
In Word, you can use a right-aligned tab or a two-column table to
accomplish this effect. A two-column table is the fastest way to align text
in this fashion.
You can set the right-aligned tab manually, or you can create a macro to set the tab automatically. If you use this type of formatting only occasionally, or if you are interested in learning more about setting tabs, read the "Method 2: Set the Right-Aligned Tab Manually" section of this article. If you use this type of formatting frequently, read the section titled "Method 3: Create a Macro to Set the Tabs Automatically." MORE INFORMATIONTo simulate the effect of the Flush Right command, use any of the following methods. Method 1: Create a Two-Column Table
Method 2: Set a Right-Aligned Tab Manually
When you press ENTER to start a new paragraph, the new paragraph will have the same tab setting. NOTE: On Windows only, if you do not see the same tab setting when you press ENTER, you have the WordPerfect options turned on. To disable these options, click Options on the Tools menu, select the General tab, and clear the Help for WordPerfect Users and the Navigation Keys for WordPerfect Users check boxes. Method 3: Create a Macro to Set the Right-Aligned Tab Automatically (Word 6.x and 7.0 only)Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:http://www.microsoft.com/supportnet/refguide/The following macro automates the steps described in method 2 by creating a right-aligned tab stop at the right paragraph indent and inserting a tab character at the insertion point. You can assign the macro to a toolbar button, a quick key, or a menu. For more information about how to do this, see the "Customizing Menus," "Customizing Shortcut Keys," or "Customizing Toolbars" topic in online Help. Before you run this macro, place the insertion point on a line of text that ends with a paragraph mark or new line character. The macro causes the insertion point and any text to the right of it to be right aligned.
When you press ENTER to start a new paragraph, the new paragraph will have the same tab setting as the paragraph above it. (If you do not see the same tab setting when you press ENTER, you have the WordPerfect options turned on. To disable these, click Options on the Tools menu, click the General tab, and clear the Help for WordPerfect Users and the Navigation Keys for WordPerfect Users check boxes.) The third-party products mentioned here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability. Additional query words: word perfect wp justify justified justification flush right same lineup ALT+F6 ALT+F7 edge
Keywords : kb3rdparty kbmacro kbualink97 kbconversion kbdtacode word8 winword kblayout macword word6 word7 word95 |
Last Reviewed: October 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |