- size
Returns the size necessary to draw the string.
この文字列を描画するのに必要なサイズを返します。
- boundingRectWithSize:options:context:
Returns the bounding rectangle necessary to draw the string.
この文字列を描画するのに必要な境界矩形を返します。
Availability 有効性
Technologies
- (BOOL)containsAttachmentsInRange:(NSRange
)range;
range
The range. その範囲。
YES
if the attributed string contains a property configured as NSAttachment
with NSAttachment
in range
; otherwise, NO
.
YES
、もし属性付文字列がNSAttachment
がNSAttachment
をもつとして構成設定されるプロパティをrange
において含むならば;そうでなければ、NO
。
- size
- boundingRectWithSize:options:context: