Turn off Auto Smart Quotes in Word VSTO -


word has feature called "auto smart quotes", changes straight quotes , straight apostrophes slanted quotes , slanted apostrophes. how can turn feature off, using vsto addin?

i tried :application.selection.noproofing = true, did not work.

i'm using visual studio 2015.

i had no idea, when launched word, pressed f2 in ide , searched "quotes", became apparent was

application.options.autoformatreplacequotes = false 

and/or possibly

application.options.autoformatasyoutypereplacequotes = false 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -