Add Shadow Effect A shadow effect can be added to text within a Word document with just a few lines of code. For completeness, let's first initialize a new WordDocument instance called doc. Then, a TextStyle object is created and configured to incorporate a shadow effect by assigning the Shadow.OuterShadow1 static named instance to the TextEffect property. The text "Hello World" is added to the document using the configured textStyle. Finally, export the Word document. For more examples and demonstrations, please navigate to the following article: How to Add Shadow Effect to Text Explore Document Elements with IronWord Tutorials. Related Docs Links View on Github Related Tutorial Related How-To Guide Class Documentation Download IronWord DLL Report an Issue on this page Ready to Get Started? Nuget Downloads 25,549 | Version: 2025.11 just released Free NuGet Download Total downloads: 25,549 View Licenses