I have a word document with paragraphs which have different styles. This is the the sequence of the paragraphs with styles
Style Paragraph Text
st1 text1
st2 text2
st3 text3
st4 text4
The paragraph styles are linked ie. st1 and st2 are linked and st3 and st4, and always follow each other. This link is stored in a seperate xml file. I want to search the word document find the paragraphs by style, and make them one paragraph keeping style of the first paragraph. Any questions please ask. Thanks.
P.S Using W0rd Interop and C# .net 4