Report an issue
Class

CKEDITOR.editor.commands.pastefromword

class

Filtering

Methods

  • private

    exec( editor, [ data ] )

    The Paste from Word command. It will determine its pasted content from Word automatically if possible.

    At the time of writing it was working correctly only in Internet Explorer browsers, due to their paste support in document.execCommand.

    Parameters

    editor : editor

    An instance of the editor where the command is being executed.

    [ data ] : Object

    The options object.