+ textUnfilteredFileTypes
+ textPasteboardTypes
+ textUnfilteredPasteboardTypes
containsAttachments
Deprecated 非推奨
Availability 有効性
Technology
+ (NSArray
*)textFileTypes;
An array of NSString
objects, containing file extensions and HFS file types. By default, the list returned by this method includes “txt
”, “rtf
”, “rtfd
”, and “html
”.
NSString
オブジェクトそれらからなるある配列、それはファイル拡張子とHFSファイルタイプを含んでいます。初期状態では、このメソッドによって返されるリストは、“txt
”、“rtf
”、“rtfd
”、そして“html
”を含みます。
This list includes all file types supported by text classes, plus those types that can be converted to supported file types through a user-installed filter service. The array returned by this method may be passed directly to the run
method of NSOpen
.
このリストは、テキストクラスによってサポートされるすべてのファイル型、加えてサポートされるファイルタイプにユーザインストールフィルタサービスを通して変換可能な型それらを含みます。このメソッドによって返される配列は、直接にNSOpen
のrun
メソッドに渡されるかもしれません。
When creating a subclass of NSAttributed
that accepts text data from non-default file types, override text
to notify NSAttributed
of the file types your class supports.
テキストデータを非デフォルトのペーストボード型から受け入れるNSAttributed
のサブクラスを作成している時、text
をオーバーライドして、あなたのクラスがサポートするペーストボード型のNSAttributed
を通知してください。
+ textUnfilteredFileTypes
+ textPasteboardTypes
+ textUnfilteredPasteboardTypes
containsAttachments