MonobjcMonobjc Documented Class Library
INSSpellServerDelegate Interface
NamespacesMonobjc.FoundationINSSpellServerDelegate

[Missing <summary> documentation for "T:Monobjc.Foundation.INSSpellServerDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSSpellServerDelegate : IManagedWrapper
Public Interface INSSpellServerDelegate _
	Inherits IManagedWrapper
public interface class INSSpellServerDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SpellServerCheckGrammarInStringLanguageDetails(NSSpellServer, NSString, NSString, NSArray%)

Gives the delegate the opportunity to customize the grammatical analysis of a given string.

Original signature is '- (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)string language:(NSString *)language details:(NSArray **)outDetails'

Available in Mac OS X v10.5 and later.


SpellServerCheckStringOffsetTypesOptionsOrthographyWordCount(NSSpellServer, NSString, NSUInteger, NSTextCheckingTypes, NSDictionary, NSOrthography, NSInteger%)

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.


SpellServerDidForgetWordInLanguage(NSSpellServer, NSString, NSString)

Notifies the delegate that the sender has removed the specified word from the user’s list of acceptable words in the specified language.

Original signature is '- (void)spellServer:(NSSpellServer *)sender didForgetWord:(NSString *)word inLanguage:(NSString *)language'

Available in Mac OS X v10.0 and later.


SpellServerDidLearnWordInLanguage(NSSpellServer, NSString, NSString)

Notifies the delegate that the sender has added the specified word to the user’s list of acceptable words in the specified language.

Original signature is '- (void)spellServer:(NSSpellServer *)sender didLearnWord:(NSString *)word inLanguage:(NSString *)language'

Available in Mac OS X v10.0 and later.


SpellServerFindMisspelledWordInStringLanguageWordCountCountOnly(NSSpellServer, NSString, NSString, NSInteger%, Boolean)

Asks the delegate to search for a misspelled word in a given string, using the specified language, and marking the first misspelled word found by returning its range within the string.

Original signature is '- (NSRange)spellServer:(NSSpellServer *)sender findMisspelledWordInString:(NSString *)stringToCheck language:(NSString *)language wordCount:(NSInteger *)wordCount countOnly:(BOOL)countOnly'

Available in Mac OS X v10.0 and later.


SpellServerSuggestCompletionsForPartialWordRangeInStringLanguage(NSSpellServer, NSRange, NSString, NSString)

This delegate method returns an array of possible word completions from the spell checker, based on a partially completed string and a given range.

Original signature is '- (NSArray *)spellServer:(NSSpellServer *)sender suggestCompletionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(NSString *)language'

Available in Mac OS X v10.3 and later.


SpellServerSuggestGuessesForWordInLanguage(NSSpellServer, NSString, NSString)

Gives the delegate the opportunity to suggest guesses to the sender for the correct spelling of the given misspelled word in the specified language.

Original signature is '- (NSArray *)spellServer:(NSSpellServer *)sender suggestGuessesForWord:(NSString *)word inLanguage:(NSString *)language'

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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