- Curve Text In Word 2010
- How To Curve Text In Word 2019
- Curve Text In Word 365
- How To Curve Text In Publisher
Navigate to the WordArt Styles section and click text effects, represented by a blue and white Capital A. From the drop-down menu, select Transform. Finally, select the curved option to give your text a wicked bend. You can also change the text’s size or curvature by squeezing the ends (dots) of your curved text, as shown below. Select the text you want to use, then on the Insert tab, in the Text group, click Text Box and then click Draw Text Box. This should put your selected text in a text box. Then on the Drawing Tools Format tab, in the WordArt Styles group, click Text Effects. The Transform options will be at the bottom. Adjusting the text curve To change the curve look for the orange dot in the text box. Click and drag that dot to change the curve that the text flows along. When you click the orange dot the text will switch to curved view.
How to insert or put a line over text in Word document?
In Word document, we can quickly and easily insert an underline to a word or sentence, but, have you ever tried to insert a line over or above texts? This article, I will talk about how to put a bar or line over texts in Word document.
Recently someone I was teaching had created some Stacked Venn SmartArt similar to below but she wanted the text to follow the curve. Select the text, then on the SmartArt Tools Format tab, in the WordArt Styles group, click the Text Effects dropdown, select Transform and then select Follow Path. Mirror and Reverse text in Word. We’ll first going to go ahead and insert some WordArt text that we’ll use in this post. Remember that you are able to insert any text box (by hitting Insert and then selecting Text Box), and photos (hit Insert and then select Pictures) and mirror them in the same way we outline below.
Insert or put a line over text with Equation function in Word
To insert a line over text, the normal Equation feature can help you to solve it, please do as this:
1. Click where you want to insert an over-line text, and then click Insert > Equation > Insert New Equation, see screenshot:
2. Then, under the Design tab of Equation Tools group, click Accent drop down, and then select Overbar in the Overbars and Underbars section, see screenshot:
3. And then, a bar appears on top of the blank space for writing the equation, then, you should click to select the box, and enter the text that you want to use. And you will get the text with over-line as following screenshot shown:
Insert or put a line over text with Field function in Word
The Field function also can do you a favor, please do with below steps:
1. Click where you want to insert the over-line text, and then click Insert > Quick Parts > Field, see screenshot:
2. In the Field dialog box, select Eq from the Field names list box, and then click Equation Editor button, see screenshot:
3. And then, a text box is displayed where you can type text or equation, then click Underbar and overbar templates box in the Equation toolbar, and then select the overbar icon, see screenshot:
4. And then, you can type anything in the box over which you want to add a bar. At last, close the toolbar after finishing typing the text, see screenshot:
Insert or put a line over text with Field Code in Word
Here is another simple method, which also can help you, insert the over-line to text, please do as this:
1. Press Ctrl +F9 to insert the field code brackets, see screenshot:
2. Then, enter EQ x to() text between the brackets, and then type the text that you want to add the overbar into the parentheses, see screenshot:

3. And then, right click the field code, choose Toggle Field Codes from the right-click menu, now, the text you entered into the field code is displayed with a line above it, see screenshot:
Note: To display the field code to change the text, you just need to right-click in the text and select Toggle Field Codes again.
Recommended Word Productivity Tools
Kutools For Word - More Than 100 Advanced Features For Word, Save Your 50% Time
- Complicated and repeated operations can be done one-time processing in seconds.
- Insert multiple images across folders into Word document at once.
- Merge and combine multiple Word files across folders into one with your desired order.
- Split the current document into separate documents according to heading, section break or other criteria.
- Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on...
or post as a guest, but your post won't be published automatically.
This procedure is fully applicable to: Office 2019, 2016, 2013, 2010, 365; It was tested on Windows 10,8, 7 and MAC OSX 10.13
Last updated: September 2019
Here’s a question we got from our reader, Matilda:
I have a bunch of formatted text letters and pictures created in my Word document which i want to mirror. I understand that there are several ways to do that. Could you explain how should i “reverse” and then print my document text?
Thanks for the question. Microsoft Word allows you to easily rotate and flip text written in your document. In this tutorial we’ll explain using text formatted with WordArt, however you can use the same technique in order to mirror, flip and rotate any text box as well. Many of the following steps work also on PowerPoint and can be helpful in case you want to flip pictures (stored in your computer or online images) to create more professional presentation slides.
Mirror and Reverse text in Word
We’ll first going to go ahead and insert some WordArt text that we’ll use in this post. Remember that you are able to insert any text box (by hitting Insert and then selecting Text Box), and photos (hit Insert and then select Pictures) and mirror them in the same way we outline below.
Go ahead and follow these steps:
- Open your Word 2016 document, in the upper ribbon, hit Insert and select your preferred Word Art formatting.
- Enter your text and hit on Format.
- Select Shape effects drop down box and in the 3-D Rotation, select 3-D Rotation options..
- In the X Rotation fix the value to 180° and other rotations as 0° to mirror the text.
- In the Y Rotation fix the value to 180° and other rotations as 0° to make the text mirrored and upside down.
- In the Z Rotation fix the value to 180° and other rotations as 0° to just make the text upside down.
Using VBA to flip text
You can use VBA macros in order to rotate text in Microsoft Word. Here’s a simple beginner example to help you get started:
[code]
Sub RotateDoc()
Dim WorkDoc As Document
Dim MyShape As Shape
Curve Text In Word 2010
‘Create new Word document
Set WorkDoc = Documents.Add
‘Create new Word Text Box
Set MyShape = WorkDoc.Shapes.AddTextbox(msoTextOrientationUpward, 100, 100, 100, 100)
How To Curve Text In Word 2019
‘Set Text Box text and flip orientation
With MyShape.TextFrame
.TextRange = “This is the text i want to rotate”
.Orientation = msoTextOrientationDownward
End Sub
[/code]
If you require additional Macro related help, kindly send us a message using the Contact form.
Curve Text In Word 365
Rotate text on MAC OSX
- In your MAC, go ahead and open Microsoft Word
- Navigate to your document
- Hit Insert, the select Word Art
- Type your text
- Hit the Shape Format tab
- Select Format Pane
- Now, select Text Options
- Then in the middle tab select the 3D – Rotation tab, set the X Rotation to 180 degrees to mirror your text.
Flipping text in Microsoft Word:
- Open Word 2016, hit Insert and select your preferred Word Art.
- Enter your text and click Rotate drop down box in the format ribbon.
- Click on the Flip Vertically to flip the text object vertically.
- Click on the Flip Horizontally to flip the text upside down 🙂
- Rotate 90° to the right, and you’ll get vertical text in your Word page.
- Rotate Left 90° will make the text rotate 90° on to the left.
[headline style=”11″ align=”center” headline_tag=”h4″]Suggested next steps[/headline]
- Got additional related questions? Feel free to leave us a comment.
How To Curve Text In Publisher
Thanks for reading!
