Hi Eric,
I have a Word 2010 VSTO document-level customization app. I need to support a 2nd group of editors with this application. They have a different set of styles, numbered lists, and default style settings. I have written openxml code to rename and add their styles to my dotm file. I think I can also add their numbering, although it looks complex. I’m stuck on docDefaults styles. Once I have started up the application, they have the option to make a choice that will result in different settings for docDefaults styles. However, I don’t see a way to change them once the application is running. I see that there is a WordOpenXML property on my derivation of the DocumentBase class, but this is readonly. Do you know how I can change these properties once the VSTO add-in has started up?
Thanks,
Chris