In This Topic
Reference Guides / JavaScript API / Actions / Document / StrikethroughSelectedText

StrikethroughSelectedText

In This Topic
 StrikethroughSelectedText

This function allows you to strikethrough the current mouse selected text.

StrikethroughSelectedText: function (docuViewareID[, color])

Parameters

docuViewareID
The identifier for the DocuVieware™ instance you want to strikethrough the selected text from.
color
Optional. An HTML hex color string defining the color, if omitted default is "#FF0000" (red).

Return Value

1 if error, 0 if success.