Instance Method インスタンスメソッド

spellServer:suggestCompletionsForPartialWordRange:inString:language:

This delegate method returns an array of possible word completions from the spell checker, based on a partially completed string and a given range. この委任先メソッドは、可能な単語補完の配列をスペルチェッカーから返します、部分的に完成した文字列およびある与えられた範囲に基づきます。

Declaration 宣言

- (NSArray<NSString *> *)spellServer:(NSSpellServer *)sender 
suggestCompletionsForPartialWordRange:(NSRange)range 
                            inString:(NSString *)string 
                            language:(NSString *)language;

Parameters パラメータ

sender

The NSSpellServer object that sent this message. このメッセージを送ったNSSpellServerオブジェクト。

range

The range of the partially completed word. 部分的に補完した単語の範囲。

string

The string containing the partial word range. 部分的単語範囲を含んでいる文字列。

language

The language to use for the completion. 補完のために使う言語。

Return Value 戻り値

An array of NSString objects indicating possible completions. 可能な補完を指し示すNSStringオブジェクト幾つかからなる配列。

See Also 参照

Managing the Spelling Dictionary スペリング辞書を管理する

Related Documentation 関連文書