Word VSTO - Why paraId is sometimes missing
问题 I'm retrieving paragraph stylenames from openXML and using paraID property to get the right one. During testing i noticed that depending on the word document the attribute might not be present on any of the paragraphs. I do know that this is a internal runtime paragraph id for Word. So the question is: What generates the paraId properties on the paragraphs, can't seem to figure this out. ps. I don't want to use get_style() since that is waay too slooooow... edit: added code example This is in