+ spellCheckingResultWithRange:
Creates and returns a text checking result with the range of a misspelled word.
あるテキスト検査結果をある綴り間違い単語からなる範囲について作成して返します。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)correctionCheckingResultWithRange:(NSRange
)range
replacementString:(NSString
*)replacementString;
range
The range of the detected result. 検出された結果の範囲。
replacementString
The suggested replacement string. 提案される置換文字列。
Returns an NSText
with the specified range
and a result
of NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
+ spellCheckingResultWithRange:
replacementString