The MisspelledWord object represents a misspelled word in a document's text.

Syntax

MisspelledWord

Introduced: X18.

Methods

Method Description
getIsDuplicate Gets a value which marks the misspelled word as duplicate.
getIsIgnored Gets a value which marks the misspelled word as ignored.
getLength Gets the length of a misspelled word.
getNumber Gets the number of this misspelled word.
getStart Gets the starting position of a misspelled word.
getText Gets the text of the misspelled word.
select Selects the misspelled word in the text.
setIsDuplicate Sets a value which marks the misspelled word as duplicate.
setIsIgnored Sets a value which marks the misspelled word as ignored.