In this article, we would like to present you 4 useful methods to create static or animated text effects in your Word document.
A professional document requires more than enlightening contents. In many cases, formatting plays a vital role. Therefore, to stand your document out, you can choose to apply either static or animated text effects to them, using methods in the coming explanation.
Create Static Effect
First there are 2 methods for creating static effect.
Method 1: Convert Texts to Shapes in Word 2003
- Firstly, you should know you can’t apply text effects like shadow or 3-D style to plain texts directly. The fact is that shadows and 3-D styles can only be applied to shapes. For this reason, we will convert texts to shapes by employing WordArt.
Simply click “Drawing” on the toolbar first to bring out more options.
- Then select the text and click “WordArt”.
- Next choose a WordArt style and click “OK”.
- Now click on the WordArt and choose a style either from shadow or 3-D styles.
Method 2: Apply Text Effects to Texts Directly in Word 2007 or Version Later
- First off, select texts.
- Then click “More” button in “Font” group under “Home” tab.
- In “Font” dialog box, click “Text Effects” to trigger “Format Text Effects” box.
- Next set the formatting as you like.
- Click “Close” and “OK” respectively in “Format Text Effects” and “Font” boxes.
Here is the result:
Create Animated Effect
Now there are 2 ways to create animated effect.
Method 1: Create in Word 2003
- To start with, select texts.
- Then click “Format” on toolbar.
- Next choose “Font” on the drop-down menu.
- In “Font” dialog box, click to display the “Text Effects” tab.
- Then select one animation style.
- Lastly, click “OK”.
Method 2: Run Word Macro in Word 2007 or Version Later
- First and foremost, select text then click to display “Developer” tab.
- Then click “Visual Basic” to open VBA editor.
- Next click “Normal” and then “Insert”.
- Choose “Module” to insert a new one under “Normal” project.
- Double click on it to open editing area.
- Then paste the bellowing codes there:
Sub ApplyTextEffect() ActiveDocument.ActiveWindow.View.ShowAnimation = True With Selection.Font .Animation = wdAnimationSparkleText End With End Sub
- Hit “Run” button at last.
The outcome is as same as that in method 1.
Note:
In code line “.Animation = wdAnimationSparkleText”, the “wdAnimationSparkleText” refers to the exact effect employed on texts. For more style, you can visit: https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/ms265167(v=office.14)s
Cope with Broken Word Files
Word can lose its head from time to time, thus leaving our files in great danger. Sometimes, when your files get compromised, the first tool you can utilize is the built-in function in Word. However, in most time, it’s not very helpful. Then you can consider taking hold of an advanced third-party tool to fix doc.
Author Introduction:
Vera Chen is a data recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including Excel repair and pdf repair software products. For more information visit www.datanumen.com
Leave a Reply