Type Method 型メソッド

dashCheckingResultWithRange:replacementString:

Creates and returns a text checking result with the specified dash corrected replacement string. あるテキスト検査結果をこの指定されたダッシュ修正置換文字列について作成して返します。

Declaration 宣言

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

Parameters パラメータ

range

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

replacementString

The replacement string. 置換文字列。

Return Value 戻り値

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

See Also 参照

Text Checking Results for Typography タイポグラフィに対するテキスト検査結果