tags
visual studio 2013
3 entries
Tags
Categories
3 entries

DocX – Add horizontal lines to Microsoft Word document programmatically
Following code is an example on how to add horizontal lines to Microsoft Word document by using DocX package programmatically…

DocX – Add nested lists to Microsoft Word document programmatically
Learn how to create nested bullet and numbered lists in Microsoft Word programmatically with DocX and C#, including a simple working exampl…

DocX – Password protect Microsoft Word document programmatically
Following code is an example on how to add protection to Microsoft Word document using C# without needing to have…