- spellServer:checkString:offset:types:options:orthography:wordCount:
- spellServer:suggestGuessesForWord:inLanguage:
- spellServer:checkGrammarInString:language:details:
Availability 有効性
Technology
- (NSRange
)spellServer:(NSSpellServer
*)sender
findMisspelledWordInString:(NSString
*)stringToCheck
language:(NSString
*)language
wordCount:(NSInteger
*)wordCount
countOnly:(BOOL)countOnly;
sender
The NSSpell
object that sent this message.
このメッセージを送ったNSSpell
オブジェクト。
stringToCheck
The string to search for the misspelled word. 綴り間違い単語を検索することになる文字列。
language
The language to use for the search. 検索に使う言語。
wordCount
On output, returns by reference the number of words from the beginning of the string object until the misspelled word (or the end of string). 出力では、参照によって単語の数を文字列オブジェクトの始まりから綴り間違い単語(または文字列の終わり)まで返します。
countOnly
If YES
, the method only counts the words in the string object and does not spell checking.
YES
ならば、メソッドは文字列オブジェクトの中の単語を数えるだけです、そして綴り検査をしません。
The range of the misspelled word within the given string. 与えられた文字列内での綴り間違い単語の範囲。
Send is
to the spelling server to determine if the word exists in the user’s language dictionaries.
is
をスペリングサーバーに送ることでその単語がユーザのもつ言語の辞書に存在するかどうか判定してください。
- spellServer:checkString:offset:types:options:orthography:wordCount:
- spellServer:suggestGuessesForWord:inLanguage:
- spellServer:checkGrammarInString:language:details: