MonobjcMonobjc Documented Class Library
SpellServerCheckStringOffsetTypesOptionsOrthographyWordCount Event
NamespacesMonobjc.FoundationNSSpellServer..::..NSSpellServerDelegateEventDispatcherSpellServerCheckStringOffsetTypesOptionsOrthographyWordCount

Gives the delegate the opportunity to analyze both the spelling and grammar simultaneously, which is more efficient.

Original signature is '- (NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary *)options orthography:(NSOrthography *)orthography wordCount:(NSInteger *)wordCount'

Available in Mac OS X v10.6 and later.

Declaration Syntax
Return Value
An array of NSTextCheckingResult instances of the spelling, grammar, or correction types, depending on the checkingTypes requested.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)