function unApplyVAlign(elm) {
            each('top middle bottom'.split(' '), function(name) {
                editor.formatter.remove('valign' + name, {}, elm);
            });
        }