How can I apply a style to a document like “CSS”, but programmatically with OpenXML?
I don’t want to apply style to individual elements, but set defaults and have the document parts obey them.
I’ve found HTMLToOpenXML, but would prefer doing this myself. Any help would be appreciated.
Solved it, just use the OpenXML Productivity Tool, find the name of the part you looking. Alternatively just open up the document and identify what you looking to change, like a Header or Part A or Normal.
Here’s the code with sample changes: