Instance Property
インスタンスプロパティ
containsAttachments
A Boolean value that indicates whether the attribute string contains any attachment attributes.
属性文字列が何らかの添付属性を含むかどうかを指し示しているブール値。
Declaration
宣言
@property(readonly) BOOL containsAttachments;
Return Value
戻り値
YES if the attributed string contains any attachment attributes, otherwise NO.
YES、もし属性付き文字列が何らかの添付書類属性を含むならば、そうでなければNO。
Discussion
議論
This method checks only for attachment attributes, not for NSAttachmentCharacter
.
このメソッドは、添付書類属性についてだけ確認します、NSAttachmentCharacter
についてはしません。
See Also
参照
Deprecated Properties
非推奨プロパティ
+ textFileTypes
Returns an array of strings that represent file types that can be loaded as text.
テキストとしてロードされることができるファイル型を表す文字列それらからなるある配列を返します。
Deprecated
非推奨
+ textUnfilteredFileTypes
Returns an array of strings that represent file types that can be loaded as a text.
テキストとしてロードされることができるファイル型を表す文字列それらからなるある配列を返します。
Deprecated
非推奨
+ textPasteboardTypes
Returns an array of pasteboard types that can be loaded as text.
ペーストボード型それらからなるある配列を返します、それはテキストとしてロードできます。
Deprecated
非推奨
+ textUnfilteredPasteboardTypes
Returns an array of pasteboard types that can be loaded as text.
ペーストボード型それらからなるある配列を返します、それはテキストとしてロードできます。
Deprecated
非推奨