+ textFileTypes
+ textUnfilteredFileTypes
+ textUnfilteredPasteboardTypes
containsAttachments
Deprecated 非推奨
Availability 有効性
Technology
+ (NSArray
*)textPasteboardTypes;
An array of NSString
objects, containing the pasteboard types supported by text classes and those that can be converted to supported pasteboard types through a user-installed filter service.
NSString
オブジェクトそれらからなるある配列、テキストクラスによってサポートされるペーストボード型のものおよびサポートされるペーストボード型へとユーザインストールのフィルタサービスを通して変換可能なものを含んでいます。
By default, the list returned by this method includes NSHTMLPboard
, NSRTFPboard
, NSRTFDPboard
, and NSString
.
省略時では、このメソッドによって返されるリストはNSHTMLPboard
、NSRTFPboard
、NSRTFDPboard
、そしてNSString
を含みます。
When creating a subclass of NSAttributed
that accepts text data from non-default pasteboard types, override text
to notify NSAttributed
of the pasteboard types your class supports.
テキストデータを非デフォルトのペーストボード型から受け入れるNSAttributed
のサブクラスを作成している時、text
をオーバーライドして、あなたのクラスがサポートするペーストボード型のNSAttributed
を通知してください。
+ textFileTypes
+ textUnfilteredFileTypes
+ textUnfilteredPasteboardTypes
containsAttachments