The core namespace for RapidSpell.
Main namespace

C# | Visual Basic | Visual C++ |
namespace Keyoti.RapidSpell
Namespace Keyoti.RapidSpell
namespace Keyoti.RapidSpell

All Types | Classes | Interfaces | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
![]() | BadWord | Represents a mis-spelt word in the text. |
![]() | RapidSpellChecker..::.ChangeWordEventHandler | Change word event handler delegate. |
![]() | CheckerEngineAdapter | Abstract base implementation of ICheckerEngine, override chosen members for desired functionality. |
![]() | ClientFilesLocation | Where the client files should be obtained from. |
![]() | ICheckerEngine | Defines the interface required for a class to be used as a checker engine |
![]() | LanguageType | Enumeration of language types. |
![]() | Layout | The template used to layout the RapidSpellWeb control. |
![]() | LayoutBuilder | RapidSpell layout builder |
![]() | UserDictionary..::.ListChangedEventArgs |
Event args for ListChanged event
|
![]() | UserDictionary..::.ListChangedEventHandler |
Event handler
|
![]() | UserDictionary..::.ListChangedEventArgs..::.ListChangeOperation |
Types of operation
|
![]() | NoCurrentBadWordException | Thrown if NextBadWord has not been run first and found a mis-spelt word. |
![]() | PreviewPaneStyle | The 'preview pane' style, this defines the style of the inner frame that shows the document preview during spell checking. |
![]() | RapidSpellChecker | Spell checker engine, checks a text string for spelling errors and makes suggested corrections. |
![]() | RapidSpellCheckerClient |
Javascript (AJAX) based text oriented spell checker object.
|
![]() | RapidSpellWeb | RapidSpell Web Control, this control is the actual dialog spell checker, called from RapidSpellWebLauncher. |
![]() | RapidSpellWebLauncher | RapidSpell Web Launcher Control, shows a button that launches the spell checker. |
![]() | RapidSpellWebLauncherCollection | A collection of RapidSpellWebLauncher/RapidSpellWInline IDs |
![]() | RapidSpellWebMultiple | RapidSpell Web Multiple Control, shows a button that launches multiple RapidSpellWebLaunchers/RapidSpellWInlines consecutively. |
![]() | RapidSpellWInline | RapidSpell Web Inline Control, shows a button that launches the inline highlight spell checker. |
![]() | RapidSpellWInlineHelper |
Control that must sit alone on a form, actually performs the spell check on the server for the RapidSpellWInline control.
|
![]() | RapidSpellWInlineTextBox |
TextBox control with ability to shows spelling errors as underlines while in 'edit mode'.
|
![]() | RSButton | RapidSpell button |
![]() | RSGenericBuilder | RapidSpell HTML element builder |
![]() | RSLabel | RapidSpell label |
![]() | RSSelect | RapidSpell select box |
![]() | RSText | RapidSpell text box |
![]() | RapidSpellChecker..::.State |
State of the spell checker
|
![]() | Suggestion | Represents a suggestion. |
![]() | SuggestionMenuActivationType |
Specifies ways users can activate the suggestions menu.
|
![]() | TextComponentInterfaceType | Enumeration of possible text box interface types. |
![]() | RapidSpellWeb..::.TextEventArgs | |
![]() | RapidSpellWeb..::.TextEventHandler | |
![]() | UndoableStateEventArgs | Args for the events fired when words are ignored. |
![]() | UserDictionary | Represents the UserDictionary |
![]() | ValidatorNeedsTextEventArgs |
Event args.
|
![]() | ValidatorNeedsTextEventHandler |
Event handler delegate for the ValidatorNeedsText event.
|
![]() | WordAddedEventArgs | Args for the events fired when words are added to the user dictionary. |
![]() | WordAddedEventHandler | Handler delegate |
![]() | WordChangedEventArgs | Args for the events fired when words are changed. |
![]() | WordChangedEventHandler | Handler delegate |
![]() | WordIgnoredEventArgs | Args for the events fired when words are ignored. |
![]() | WordIgnoredEventHandler | Handler delegate |
![]() | WordOccurrence | Represents a word in the text. |
![]() | WordRemovedEventArgs | Args for the events fired when words are removed from the user dictionary. |
![]() | WordRemovedEventHandler | Handler delegate |