I've tried pasting the data from MS word to TinyMCE4 but, I'm not retained with the same format as MS word, either font size will be reduced/increased or table will not be displayed or pasted image will not be shown.
I am using paste_retain_style_properties: "all",
and using getContent(). to get html from TinyMCE and passing the html to a contentEditableDiv. it keeps all the properties except the Table border.