I looked at the code in editor-onpaste.aspx.
I added the following code but the result is the same: none of the Word markup is removed and the item is no longer editable.
Editor newsEditor = ((Editor)NewsView.FindControl("CeNews"));
newsEditor.EditorOnPaste =
PasteBehavior.PasteWord;