Type Method 型メソッド

orthographyCheckingResult(range:orthography:)

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

Declaration 宣言

class func orthographyCheckingResult(range: NSRange, 
                         orthography: NSOrthography) -> NSTextCheckingResult

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 orthography. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてorthographyを持ちます。

See Also 参照

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