RichEditDocument.spellingInfo Property
In This Article
Returns information about spell checking in the document.
#Declaration
TypeScript
get spellingInfo(): SpellingInfo
#Property Value
Type | Description |
---|---|
Spelling |
An object that contains information about spell checking. |
See Also