Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You can add pictures and drawing objects to your documents at design time or during run time. WordArt enables you to add decorative text to Microsoft Office Word documents. These special text effects are drawing objects that you can customize and insert into your document.
Applies to: The information in this topic applies to document-level projects and VSTO Add-in projects for Word. For more information, see Features available by Office application and project type.
If you are developing a document-level customization, you can add a picture to the document at design time.
Place your cursor where you want to insert the picture in the document.
Click the Insert tab of the ribbon.
In the Illustrations group, click Picture.
In the Insert Picture dialog box, navigate to the picture you want to insert, and click Insert.
The picture is added to your document at the current cursor location.
You can insert a picture into a document at the current cursor location.
Call the AddPicture method of the InlineShapes collection and pass in the name of the file.
If you are developing a document-level customization, you can add WordArt to the document at design time.
Place your cursor where you want to insert the WordArt in the document.
Click the Insert tab of the Ribbon.
In the Text group, click WordArt, and then select a WordArt style.
Add the text that you want to appear in the document to the Edit WordArt Text dialog box and click OK.
The text is added to your document with the selected WordArt style applied.
You can insert WordArt into a document at the current cursor location. The procedure is different for document-level customizations and VSTO Add-ins.
Get the left and top position of the current cursor location.
Call the AddTextEffect method of the Shapes object in the document.
Get the left and top position of the current cursor location.
Call the AddTextEffect method of the Shapes object of the active document (or a different document that you specify).
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today