Hi,
is there a way to mark Elements (Paragraph or Image) in open XML?
I want to split a open XML Word Document in the text parts and the images and store the parts in the DB.
When I merge the parts, I need to mark the images (with an ID that won’t change if the document is being edited with word).
Is there a way (programmatically) to mark the images with an ID that won’t change when the document is being edited inside of MS Word?
Best Regards
Peter Stefanski
Hi Peter
Perhaps you can go for Content Controls in word. You can give Id to these content controls and programatically you can create/modify the contents in it.
Hi pramodhegde,
thank you. That’s what I was looking for.I tried it out, and it works great. (I split the document into parts (also documents) and only what is left are content controls with id and names of the content documents and images)