if (settings.paste_preprocess) {
            editor.on('PastePreProcess', function(e) {
                settings.paste_preprocess.call(self, self, e);
            });
        }