Type Method 型メソッド

spellCheckingResult(range:)

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

Declaration 宣言

class func spellCheckingResult(range: NSRange) -> NSTextCheckingResult

Parameters パラメータ

range

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

Return Value 戻り値

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

See Also 参照

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