Insert Text Box Over Picture In Word For Mac



Feb 17, 2011 Paste the picture on to a word document then go to Table, Insert Table, Table Pick One box (1 colums, 1 row) enough to type your text in it. Once you have the table box and the text typed in go to the table properties make te box background 'No Fill' (see through) move the table over the picture and the text should show up on top of the picture. When you insert a picture from a file, you may notice that it's difficult to move it exactly where you want. This is because the text wrapping for the image is set to In Line with Text. You'll need to change the text wrapping setting if you want to move the image freely, or if you just want the text to wrap around the image in a more natural way. Insert text on picture in Word document by using Text box. You can insert a text box into the Word file, and then drag the text box on the picture, please do as this: 1. Select the picture where you want to insert text, then, right click, and choose Size and Position from the context menu, see screenshot.

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.

For

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:

Insert text box over picture in word for mac free

[code]

Sub RotateDoc()

Dim WorkDoc As Document
Dim MyShape As Shape

‘Create new Word document
Set WorkDoc = Documents.Add

‘Create new Word Text Box
Set MyShape = WorkDoc.Shapes.AddTextbox(msoTextOrientationUpward, 100, 100, 100, 100)

Insert text box over picture in word for mac osx

‘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.

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.
OverOver
  • 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.

Insert Text Box Over Picture In Word For Mac X

  • Rotate Left 90° will make the text rotate 90° on to the left.

Insert Text Box Over Picture In Word For Mac Free

[headline style=”11″ align=”center” headline_tag=”h4″]Suggested next steps[/headline]

How To Insert Text Box Over Picture In Word Mac

  • Got additional related questions? Feel free to leave us a comment.

Thanks for reading!





Comments are closed.