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

containsAttachments(in:)

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

Declaration 宣言

func containsAttachments(in range: NSRange) -> Bool

Parameters パラメータ

range

The range. その範囲。

Return Value 戻り値

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

See Also 参照

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