The TXSpell class provides properties and methods with spell checking features. It is particularly suitable for spell checking tasks, where no text components are required. This could be spell checking text or getting suggestions for an incorrect word. Spell checking tasks with text components can be handled by using the TXSpell
public sealed class TXSpell
Public NotInheritable Class TXSpell
Constructor | Description |
---|---|
TXSpell | Initializes a new instance of the TXSpell class. |
Method | Description |
---|---|
Check | Checks text for spelling errors and fills the Incorrect |
Create | Initializes the resources of a newly instantiated TXSpell object. |
Create |
Determines suggestions for a specific incorrect word by using selected dictionaries of the Dictionary |
Create |
Returns groups of synonyms that represent equivalent expressions for a specific text. |
Detect |
Detects language scopes in a text and fills the results into the Language |
Get |
Returns the next hyphenation point for a specific word right before a defined divide position. |
Get |
Returns an array of all hyphenation points for a word. |
Property | Description |
---|---|
Available |
Gets a list of all available dictionaries of the default dictionary folder. |
Available |
Gets a list of all available hyphenation lists of the default hyphenation lists folder. |
Available |
Gets a list of all available synonym lists of the default synonym lists folder. |
Detectable |
Gets or sets a list of all languages that are used to detect language scopes in a text. |
Dictionaries | Gets a collection of all added and validated dictionaries. |
Dictionaries |
Gets or sets the path to the default dictionaries folder. |
Hyphenation |
Gets or sets the name of a hyphenation list that is located at the default hyphenation lists folder. |
Hyphenation |
Gets a collection of all added hyphenation dictionaries. |
Hyphenation |
Gets or sets the path to the default hyphenation lists folder. |
Ignore |
Gets or sets a value of type Ignore |
Ignore |
Gets or sets a value of type Ignore |
Incorrect |
Gets a collection of all incorrect words that were detected by the last call of the TXSpell. |
Language | Gets or sets the name of a dictionary that is located at the default dictionary folder. |
Language |
Gets or sets the path to the language recognition folder that provides the language |
Language |
Gets a collection of all detected language scopes. |
Spelling |
Gets an object of type Spelling |
Suggestions | Gets a collection of suggestions that were created by the last call of the TXSpell. |
Synonym |
Gets or sets the name of a synonym list that is located at the default synonym lists folder. |
Synonym |
Gets a collection of all added synonym lists. |
Synonym |
Gets or sets the path to the default synonym lists folder. |
Learn more about the TXText