Type Method 型メソッド

orthographyCheckingResultWithRange:orthography:

Creates and returns a text checking result with the specified orthography. あるテキスト検査結果をこの指定された正書法について作成して返します。

Declaration 宣言

+ (NSTextCheckingResult *)orthographyCheckingResultWithRange:(NSRange)range 
                                                 orthography:(NSOrthography *)orthography;

Parameters パラメータ

range

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

orthography

An orthography object that describes the script. 書体を記述している正書法オブジェクト。

Return Value 戻り値

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

See Also 参照

Text Checking Results for Orthography 正書法に対するテキスト検査結果