class var textUnfilteredTypes : [String]
An array of UTI strings that identify the file types that attributed strings support directly.
直接に属性付き文字列がサポートするファイルタイプを識別するUTI文字列それらからなるある配列。
Availability 有効性
Technology
class var textTypes: [String
] { get }
An array of NSString
objects, each of which contains a UTI identifying a supported file type.
NSString
オブジェクトいくらかからなる配列、そのそれぞれはサポートされるファイルタイプを識別するUTIを含みます。
The returned list includes UTIs all file types supported by the receiver plus those that can be opened by the receiver after being converted by a user-installed filter service. You can use the returned UTI strings with any method that supports UTIs. 返されるリストはいくつかのUTI、レシーバによってサポートされるすべてのファイルタイプ、加えてレシーバによって開かれることがユーザインストールのフィルタサービスによって変換された後に可能なもの、を含みます。あなたは、返されるUTI文字列を、UTIをサポートするあらゆるメソッドで使うことができます。
class var textUnfilteredTypes : [String]