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

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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -