Type Method 型メソッド

spellCheckingResultWithRange:

Creates and returns a text checking result with the range of a misspelled word. あるテキスト検査結果をある綴り間違い単語からなる範囲について作成して返します。

Declaration 宣言

+ (NSTextCheckingResult *)spellCheckingResultWithRange:(NSRange)range;

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of NSTextCheckingTypeSpelling. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてNSTextCheckingTypeSpellingを持ちます。

See Also 参照

Text Checking Results for Spelling 綴りに対するテキスト検査結果