Get Localized / Unlocalized style names in Word (VSTO)
问题 I have a word Add-In and need help dealing with style names. I get a paragraphs style with get_Style().NameLocal. This returns the localized name, depending on the language Office runs with. As long as there are Built in styles, I found a way to get the local names by applying wdBuiltInStyle to a paragraph and read Namelocal, then. However, there are roughly 134 built in styles, whereas a common template has approx. 270 styles internally. Most of those not in the enum are table styles. So,