Instance Method インスタンスメソッド

containsAttachmentsInRange:

Returns a Boolean value that indicates if the attributed string contains an attachment in the specified range. 属性付文字列がこの指定された範囲の中のある添付書類を含むかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)containsAttachmentsInRange:(NSRange)range;

Parameters パラメータ

range

The range. その範囲。

Return Value 戻り値

YES if the attributed string contains a property configured as NSAttachmentAttributeName with NSAttachmentCharacter in range; otherwise, NO. YES、もし属性付文字列がNSAttachmentAttributeNameNSAttachmentCharacterをもつとして構成設定されるプロパティをrangeにおいて含むならば;そうでなければ、NO

See Also 参照

Getting Metrics for the String 文字列に対する寸法を得る