Instance Method
インスタンスメソッド
URLAtIndex:effectiveRange:
Returns a URL, either from a link attribute or from text at the specified location that appears to be a URL string, for use in automatic link detection.
URLを返します、リンク属性からまたはURL文字列のように見える指定された場所でのテキストからのどちらかで、自動リンク検出において使うために。
Parameters
パラメータ
location
The character index in the string at which the method checks for a link.
それでメソッドがリンクについて検査する、この文字列の中の文字インデックス。
effectiveRange
The actual range covered by the link attribute or URL string, or of non-URL text if no apparent URL is found.
リンク属性またはURL文字列によってカバーされる、または明白なURLが見つからないならば非URLテキストの、実際の範囲。
Return Value
戻り値
The URL found at location
.
location
で見つけられたURL。
See Also
参照
Deprecated Instance Methods
非推奨インスタンス メソッド
- drawWithRect:options:
Draws the attributed string with the specified options within the specified rectangle in the current graphics context.
属性つき文字列をこの指定されたオプションでこの指定された矩形の内部に現在のグラフィック文脈で描画します。
Deprecated
非推奨
- boundingRectWithSize:options:
Calculates and returns a bounding rectangle for the attributed string using the options specified within the specified rectangle in the current graphics context.
属性つき文字列に対する境界矩形をこの指定されたオプションを使ってこの指定された矩形の内部に現在のグラフィック文脈で計算して返します。
Deprecated
非推奨