Platforms to show: All Mac Windows Linux Cross-Platform
Spell Checking
Spell checking on Mac OS X 10.2.
- class NSSpellCheckerMBS
- method availableLanguages as string()
- method checkGrammarOfString(text as string, start as Integer, language as string, wrap as boolean) as NSRangeMBS
- method checkGrammarOfString(text as string, start as Integer, language as string, wrap as boolean, Details() as dictionary) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer, language as string, wrap as boolean) as NSRangeMBS
- method checkSpellingOfString(text as string, start as Integer, language as string, wrap as boolean, byref WordCount as Integer) as NSRangeMBS
- method completionsForPartialWordRange(start as Integer, length as Integer, text as string, language as string="") as string()
- method countWordsInString(word as string, language as string="") as Integer
- method forgetWord(word as string)
- method guessesForWord(range as NSRangeMBS, word as string, language as string) as string()
- method guessesForWord(word as string) as string()
- method hasLearnedWord(word as string) as boolean
- method ignoredWords as string()
- method ignoreWord(word as string)
- shared method isAutomaticSpellingCorrectionEnabled as boolean
- shared method isAutomaticTextReplacementEnabled as boolean
- method languageMenuEntries as string()
- method learnWord(word as string)
- shared method NSSpellCheckerDidChangeAutomaticSpellingCorrectionNotification as string
- shared method NSSpellCheckerDidChangeAutomaticTextReplacementNotification as string
- shared method NSTextCheckingDocumentAuthorKey as string
- shared method NSTextCheckingDocumentTitleKey as string
- shared method NSTextCheckingDocumentURLKey as string
- shared method NSTextCheckingOrthographyKey as string
- shared method NSTextCheckingQuotesKey as string
- shared method NSTextCheckingReferenceDateKey as string
- shared method NSTextCheckingReferenceTimeZoneKey as string
- shared method NSTextCheckingRegularExpressionsKey as string
- shared method NSTextCheckingReplacementsKey as string
- method setIgnoredWords(words() as string)
- method setLanguage(language as string) as boolean
- shared method sharedSpellCheckerExists as boolean
- method spellingPanel as NSPanelMBS
- method unlearnWord(word as string)
- method updatePanels
- method updateSpellingPanelWithGrammarString(lang as string, detail as dictionary)
- method updateSpellingPanelWithMisspelledWord(word as string)
- method userPreferredLanguages as string()
- method userQuotesArrayForLanguage(lang as string) as string()
- method userReplacementsDictionary as dictionary
- property accessoryView as NSViewMBS
- property automaticallyIdentifiesLanguages as boolean
- property Handle as Integer
- property language as string
- property Length as Integer
- property Location as Integer
- property substitutionsPanel as NSPanelMBS
- property Tag as Integer
- property WordFieldValue as string
- event Correct
- event FindNext
- event Ignore
- const NSCorrectionIndicatorTypeDefault = 0
- const NSCorrectionIndicatorTypeGuesses = 2
- const NSCorrectionIndicatorTypeReversion = 1
- const NSCorrectionResponseAccepted = 1
- const NSCorrectionResponseEdited = 4
- const NSCorrectionResponseIgnored = 3
- const NSCorrectionResponseNone = 0
- const NSCorrectionResponseRejected = 2
- const NSCorrectionResponseReverted = 5
- const NSGrammarCorrections = "NSGrammarCorrections"
- const NSGrammarRange = "NSGrammarRange"
- const NSGrammarUserDescription = "NSGrammarUserDescription"
The items on this page are in the following plugins: MBS MacCocoa Plugin.
Links
MBS FileMaker blog