Type Method 型メソッド

correctionCheckingResultWithRange:replacementString:

Creates and returns a text checking result after detecting a possible correction. あるテキスト検査結果を可能な訂正を検出した後に作成して返します。

Declaration 宣言

+ (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range 
                                          replacementString:(NSString *)replacementString;

Parameters パラメータ

range

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

replacementString

The suggested replacement string. 提案される置換文字列。

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 綴りに対するテキスト検査結果

Related Documentation 関連文書