Attachmate.Reflection.Productivity Namespace : ISpellCheck Interface |
The following tables list the members exposed by ISpellCheck.
Name | Description | |
---|---|---|
![]() | AutoCorrect | Gets or sets a value indicating whether to correct spelling errors as you type, provided that suggestions are available for the misspelled word. |
![]() | CheckSpellingAsType | Gets or sets a value indicating whether to review text for spelling errors and add wavy red lines under words that might be mispelled as you type. |
![]() | CorrectAccidentalCapsLock | Gets or sets a value indicating whether words that start with one lowercase letter followed by uppercase letters are corrected to start with one uppercase letter followed by lowercase letters. |
![]() | CorrectTwoInitialCaps | Gets or sets a value indicating whether words that start with two or more uppercase letters (the rest in lowercase) are corrected to start with one uppercase letter followed by lowercase letters. |
![]() | CustomDictionaryPath | Gets or sets the full path to a custom dictionary file to use with Spell Check. |
![]() | Enabled | Gets or sets a value indicating whether Spell Check is enabled in the terminal session. |
![]() | IgnoreAllUppercase | Gets or sets a value indicating whether entirely uppercase words are reviewed for spelling errors. |
![]() | IgnoreWordsWithNumbers | Gets or sets a value indicating whether words that contain numerals are reviewed for spelling errors. |
![]() | MainLanguage | Gets or sets the language of the Spell Check dictionary, provided that the Spell Check engine supports multiple languages. |
![]() | MaxSuggestions | Gets or sets the maximum number of spelling suggestions (between 1 - 10) offered for a misspelled word. |
![]() | MaxWordLength | Gets or sets the maximum length of words checked for spelling (between 20-200 characters). Longer words are ignored by the spell checker. |
![]() | MinimumMatch | Gets or sets the minimum field length (between 2 - 1920) in which spelling is reviewed. |
![]() | MisspelledWordCollection | Returns a collection of misspelled words from the current host screen. |
![]() | Parent | Gets the parent object (IProductivity). |
Name | Description | |
---|---|---|
![]() | AddToCustomDictionary | Adds a word to the active custom dictionary, provided that a custom dictionary is set. |
![]() | CheckCurrentField | Reviews the current field contents for misspellings. |
![]() | CheckScreen | Reviews the current screen contents for misspellings. |
![]() | CorrectMisspelling | Replaces a misspelled word with a correction at the specified location. |
![]() | RemoveAllMisspellings | Clears all misspelled words from the current screen. |
![]() | RemoveMisspelling | Removes the specified word from the misspelled word list and clears the associated misspelling attribute on the screen. |
Name | Description | |
---|---|---|
![]() | MisspelledWord | Raised when a word is misspelled in a host session. This event is not raised for spelling errors found via the CheckField or CheckScreen calls. |