Questions tagged [novacode-docx]

DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files.

DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files, in an easy and intuitive manor.

DocX is fast, lightweight and best of all it does not require Microsoft Word or Office to be installed. All that you need to install in order to use DocX is the .NET framework 4.0 and Visual Studio 2010, both of which are free.

106 questions
-2
votes
1 answer

Cannot assign to nullable double variable

I have used DocX library to create a .docx document from text in my TextBoxs. I have a problem that I can't assign size of nullable variable to other variable (only can assign to value) var infoFormatting = new Formatting(); infoFormatting.Size =…
1 2 3 4 5 6 7
8