Hi
I want to replace range text but in the replacement I have "\n\r"
I get exception "The replace string cannot contain special or break characters."
I understand, it should be in another paragraph
What can I do instead?
Hi
I want to replace range text but in the replacement I have "\n\r"
I get exception "The replace string cannot contain special or break characters."
I understand, it should be in another paragraph
What can I do instead?
Hi there,
OK,
Hi there,
Document doc = new Document(MyDir + "in.docx");
doc.Range.Replace("Address", "Address 1" + ControlChar.LineBreak + ControlChar.LineBreak + "Address 2", false, false);
The issues you have found earlier (filed as WORDSNET-1252) have been fixed in this .NET update and this Java update.