Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSSpellCheckerMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Spell Checking | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Spell Checking | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Spell Checking | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No |
NSSpellCheckerMBS.requestCandidatesForSelectedRangeCompleted(sequenceNumber as Integer, candidates() as NSTextCheckingResultMBS, stringToCheck as String, selectedRange as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Spell Checking | MBS MacCocoa Plugin | 19.1 | ✅ Yes | ❌ No | ❌ No | ❌ No |
NSSpellCheckerMBS.requestCheckingOfStringCompleted(sequenceNumber as Integer, results() as NSTextCheckingResultMBS, orthography as NSOrthographyMBS, wordCount as Integer, stringToCheck as String, Range as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Spell Checking | MBS MacCocoa Plugin | 19.1 | ✅ Yes | ❌ No | ❌ No | ❌ No |
sequenceNumber: A monotonically increasing sequence number.
results: An array of NSTextCheckingResultMBS objects describing particular items found during checking and their individual ranges, sorted by range origin, then range end, then result type..
orthography: The orthography of the string.
wordCount: The number of words in the range of the string.
The items on this page are in the following plugins: MBS MacCocoa Plugin.