Type Method 型メソッド

textFileTypes

Returns an array of strings that represent file types that can be loaded as text. テキストとしてロードされることができるファイル型を表す文字列それらからなるある配列を返します。

Declaration 宣言

+ (NSArray *)textFileTypes;

Return Value 戻り値

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”を含みます。

Discussion 議論

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 runModalForTypes: method of NSOpenPanel. このリストは、テキストクラスによってサポートされるすべてのファイル型、加えてサポートされるファイルタイプにユーザインストールフィルタサービスを通して変換可能な型それらを含みます。このメソッドによって返される配列は、直接にNSOpenPanelrunModalForTypes:メソッドに渡されるかもしれません。

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

See Also 参照

Deprecated Properties 非推奨プロパティ