Type Method 型メソッド

textPasteboardTypes

Returns an array of pasteboard types that can be loaded as text. ペーストボード型それらからなるある配列を返します、それはテキストとしてロードできます。

Declaration 宣言

+ (NSArray *)textPasteboardTypes;

Return Value 戻り値

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オブジェクトそれらからなるある配列、テキストクラスによってサポートされるペーストボード型のものおよびサポートされるペーストボード型へとユーザインストールのフィルタサービスを通して変換可能なものを含んでいます。

Discussion 議論

By default, the list returned by this method includes NSHTMLPboardType, NSRTFPboardType, NSRTFDPboardType, and NSStringPboardType. 省略時では、このメソッドによって返されるリストはNSHTMLPboardTypeNSRTFPboardTypeNSRTFDPboardType、そしてNSStringPboardTypeを含みます。

When creating a subclass of NSAttributedString that accepts text data from non-default pasteboard types, override textUnfilteredPasteboardTypes to notify NSAttributedString of the pasteboard types your class supports. テキストデータを非デフォルトのペーストボード型から受け入れるNSAttributedStringのサブクラスを作成している時、textUnfilteredPasteboardTypesをオーバーライドして、あなたのクラスがサポートするペーストボード型のNSAttributedStringを通知してください。

See Also 参照

Deprecated Properties 非推奨プロパティ