remove

public function remove(name:String, vars:Object, node:Node/Range):void
Removes the specified format from the current selection or specified node.

Params

Name Type Description
name String Name of format to remove.
vars Object Optional list of variables to replace within format before removing it.
node Node/Range Optional node or DOM range to remove the format from defaults to current selection.