Hi,
I'm developing a Word 2013 application level add-in.
When a Content Control generated using Open Xml API is inserted into a paragraph range using Range.InsertXml, a line break is being added.
A line break is being added when the paragraph properties isn't empty (it has a style etc).
I'd like to remove the extra line break being added. It should behave like adding a Content Control via the developer ribbon, where no line break is added.
Any ideas how to overcome the line break being added?
Thanks
P.S The XML is too large to add to the thread, there is no facility to attached files and I'm unable to add a hyperlink to an external file...how can I provide you with the XML being inserted?