How to Align Text in Word with C#/VB.NET?

Word Text Alignment contains four styles: align left, align center, align right, and justify. All these kinds are frequently used when we set our word text styles. Alignment allows you to make your document pages look neat and tidy. Thus, text alignment can be indispensable for word users. In this article, you will learned how to align text in Word with C#/VB.NET . Before I show the method to alignment text in word with C#, VB.NET. I suggest use a word component Free Spire.Doc for .NET to help me finish this task. Read on for more information. Programming Environment In this test, Free Spire.Doc for .NET is introduced into the program. The Spire.Doc.dll file can be referenced by: Method 1: Download Free Spire.Doc for .NET locally, unzip it, and install it. After the installation is complete, find Spire.Doc.dll in the BIN folder under the installation path. Then open the "Solution Explorer" in Visual Studio, right-click "References", "Ad...