The TXSpell
public sealed class TXSpellChecker : System.ComponentModel.ComponentPublic NotInheritable Class TXSpellChecker
Inherits System.ComponentModel.Component| Constructor | Description |
|---|---|
| TXSpell |
Initializes a new instance of the TXSpell |
| Event | Description |
|---|---|
| Dialog |
Occurs when a dialog button of the built-in Spell |
| Dictionary |
Occurs when a dictionary was added to the TXSpell |
| Dictionary |
Occurs when a dictionary was removed from the TXSpell |
| Incorrect |
Occurs when an object of type Incorrect |
| Menu |
Occurs when a Menu |
| Misspelled |
Occurs when an object of type TXText |
| Options |
Occurs when a the built-in options dialog is invoked by the TXSpell |
| Spell |
Occurs when the built-in spell check dialog is closing. |
| Spell |
Occurs when the built-in spell check dialog is invoked using the Spell |
| User |
Occurs when a word is added to a user dictionary. |
| User |
Occurs when a word is removed from a user dictionary. |
| Method | Description |
|---|---|
| Check | Checks text for spelling errors and fills the Incorrect |
| Create | Initializes the resources of a newly instantiated TXSpell |
| 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. |
| Get |
Returns an array of Menu |
| Options |
Invokes the built-in dialog box to define spell check, create suggestions, hyphenation and create synonyms settings. |
| Property | Description |
|---|---|
| Available |
Gets a list of all available dictionaries in 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. |
| Spell |
Gets an object of type Spell |
| 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. |