Hello.
I'm using Telerik RadEditor 7.3.2.0 and I have the following problem.
I have a text in MS Word with TimeRoman 11 font. I have initialized RadEditor with
When I copy the text in from MS-Word and I paste it into the Editor with the Paste from Word button, it works fine. The text is converted to Arial 14.
Right after that I paste using the IE Edit / Paste menu item and the text is appended to the previous block but with font TimesRoman 11.
Then I paste again with the Paste from Word button and the text is pasted as TimesRoman instead of Arial.
It seems that after a paste from outside the editor (IE menu item), the Paste from Word does not clear the font settings.
1. How can we avoid this situation ?
2. Is it a way to apply the FormattingOptions even if the paste action is coming from the IE menu ?
Thanks for your help.
Regards
Augusto
I'm using Telerik RadEditor 7.3.2.0 and I have the following problem.
I have a text in MS Word with TimeRoman 11 font. I have initialized RadEditor with
Editor.StripFormattingOnPaste =
EditorStripFormattingOptions.MSWordRemoveAll
and the unique font is Arial 14.
When I copy the text in from MS-Word and I paste it into the Editor with the Paste from Word button, it works fine. The text is converted to Arial 14.
Right after that I paste using the IE Edit / Paste menu item and the text is appended to the previous block but with font TimesRoman 11.
Then I paste again with the Paste from Word button and the text is pasted as TimesRoman instead of Arial.
It seems that after a paste from outside the editor (IE menu item), the Paste from Word does not clear the font settings.
1. How can we avoid this situation ?
2. Is it a way to apply the FormattingOptions even if the paste action is coming from the IE menu ?
Thanks for your help.
Regards
Augusto