word document is like this

paragraph1:some text in this para1

paragraph2: sometext in this para2
big =large
center = middle

paragraph3: some text in this para3

I want to get paragraph2 text from starting to ending(sometext in this para2........... center =middle) and I should insert this data into sql table using c#
can any body tell how to do this
thanq