Interface ISpelling
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods allowing check spelling of the text.
public interface ISpelling
Properties
- CheckSpelling
When implemented by a class, gets or sets a value indicating whether the document can check spelling for its content.
- HasSpelling
When implemented by a class, gets boolean value indicating that editor has external spell checker assigned.
- SpellDelimiterString
When implemented by a class, gets or sets
SpellDelimiters
as a single string.
- SpellDelimiters
When implemented by a class, gets or sets an array of characters used as delimiters between words in the text when performing spelling check.
- SpellTable
When implemented by a class, represents a hash table containing delimiters.
Methods
- IsWordCorrect(string)
When implemented by a class, checks whether spelling for the given word is correct.
- IsWordCorrect(string, Point)
When implemented by a class, checks whether spelling for the given word is correct.
- ResetCheckSpelling()
When implemented by a class, resets the
CheckSpelling
to the default value.
- ResetSpellDelimiters()
When implemented by a class, resets the
SpellDelimiters
to the default value.
Events
- WordSpell
When implemented by a class, occurs when spelling of some word within the text needs checking.