removeformatting.js
No description.

File Location

/goog/editor/plugins/removeformatting.js

Classes

goog.editor.plugins.RemoveFormatting
A plugin to handle removing formatting from selected text.

Public Protected Private

Global Functions

goog.editor.plugins.RemoveFormatting.appendNewline_(sb)
Appends a new line to a string buffer.
Arguments:
sb : Array.<string>
The string buffer to add to.
code »
goog.editor.plugins.RemoveFormatting.createRangeDelimitedByRanges_(startRangeendRange) !goog.dom.AbstractRange
Create a new range delimited by the start point of the first range and the end point of the second range.
Arguments:
startRange : goog.dom.AbstractRange
Use the start point of this range as the beginning of the new range.
endRange : goog.dom.AbstractRange
Use the end point of this range as the end of the new range.
Returns: !goog.dom.AbstractRange  The new range.
code »

Directory plugins

File Reference