I have a problem when Remove paragraph break (\r) in the end paragraph
Currently I have document loaded from word file and want insert the text (continue) to the end paragraph ( This is the heading) and have a new style for it
The original
This is the heading
This is body
Then I have added the paragraph break and then I add function InsertStyleSeparator and style the new style for the text in that paragraph , but now I want to remove the Paragraph Break but it can’t do that
Expected
This is the heading (continue)
This is body
What i get currently
This is the heading
(continue)
This is body
Can anyone suggest a solution for this ?