tags
visual studio
4 entries
Tags
Categories
4 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 image to Microsoft Word document programmatically
Following code is an example on how to add picture to Microsoft Word document using C# without needing to have Microsoft…

DocX – Add nested lists to Microsoft Word document programmatically
If you had one of those days looking for solution on how to easily add a nested list to Microsoft…

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…