- attributesAtIndex:longestEffectiveRange:inRange:
- attribute:atIndex:effectiveRange:
- attribute:atIndex:longestEffectiveRange:inRange:
Availability 有効性
Technology
- (NSDictionary
<NSAttributedStringKey
, id
> *)attributesAtIndex:(NSUInteger
)location
effectiveRange:(NSRangePointer
)range;
index
The index for which to return attributes. This value must lie within the bounds of the receiver. それに対して属性を返すことになるインデックス。この値は、レシーバの境界内に置かれていなければなりません。
aRange
Upon return, the range over which the attributes and values are the same as those at index
. This range isn’t necessarily the maximum range covered, and its extent is implementation-dependent. If you need the maximum range, use attributes
. If you don't need this value, pass NULL
.
戻りにおいて、それに対する属性と値がindex
でのそれらと同じである範囲。この範囲は、必ずしも扱われる最大限の範囲ではなく、その限度は実装依存です。あなたが最大限の範囲を必要とするならば、attributes
を使ってください。あなたがこの値を必要としないならば、NULL
を渡してください。
The attributes for the character at index
.
index
での文字の属性。
Raises an NSRange
if index
lies beyond the end of the receiver’s characters.
NSRange
を引き起こします、もしindex
がレシーバの持つ文字の終わりを越えて横たわるならば。
For a list of possible attributes, see NSAttributed
.
可能な属性の一覧として、NSAttributed
を見てください。
- attributesAtIndex:longestEffectiveRange:inRange:
- attribute:atIndex:effectiveRange:
- attribute:atIndex:longestEffectiveRange:inRange: