How to create manual line break run

How to create manual line break run?


I am reading the data from database and building a word document with several paragraphs. Each paragraph contains many runs with different formatting. And I would like to add a manual line break (which is entered by pressing shift + enter key in Microsoft word)in one of the run.

let me know how to do it.

I found the solution myself. I have created a run with text as “\v” and w:br node is added to my run automatically.

Hi Sriram,


You can also achieve this using ControlChar.LineBreak. It’s great you were able to find what you were looking for. Please let us know any time you have any further queries.

Best regards,