I apologize if this has been asked before, I spent roughly four hours searching before I decided to open a thread about it.
I have come from using C# to manipulate word 2007 documents with the OpenXML SDK. Manipulating content controls can be done fairly easily if you know the tag of the content control. I am hoping to be able to populate text strings into richtext content controls in word 2007 without using xml binding.
I have tried to cycle through the JAXBElements to find content controls by name, but this seems to be very difficult to do consistently when documents can change. Is there any direct way to do this without using xml based binding?
Thank you in advance.