Disable spell check and grammar check in DOCX

We switched from OpenXML to Aspose.Words to create DOCX documents. With OpenXML we were able to disable spell check and grammar check because our document contains a lot of special words and MS Word cannot handle a huge number of spell errors (error message appears).
In OpenXML we could set the properties hideGrammaticalErrors and hideSpellingErrors to true. How can we do this in Aspose.Words?

Hi Torsten,


Thanks for your inquiry. You can set the value of Font.NoProofing property to true for the formatted characters you don’t need to be spell checked. I hope, this help.

Best regards,