| Package | com.myflashlab.air.extensions.spotlight |
| Class | public class ContentType |
| Inheritance | ContentType Object |
| Method | Defined By | ||
|---|---|---|---|
| ContentType | |||
| Constant | Defined By | ||
|---|---|---|---|
| kUTTypeApplication : String = kUTTypeApplication [static] base type for OS X applications, launchable items | ContentType | ||
| kUTTypeAudiovisualContent : String = kUTTypeAudiovisualContent [static] audio and/or video content | ContentType | ||
| kUTTypeContact : String = kUTTypeContact [static] contact information, e.g. | ContentType | ||
| kUTTypeContent : String = kUTTypeContent [static] base type for anything containing user-viewable document content (documents, pasteboard data, and document packages) | ContentType | ||
| kUTTypeImage : String = kUTTypeImage [static] abstract image data | ContentType | ||
| kUTTypeItem : String = kUTTypeItem [static] generic base type for most things | ContentType | ||
| kUTTypeMessage : String = kUTTypeMessage [static] base type for messages (email, IM, etc.) | ContentType | ||
| kUTTypeSourceCode : String = kUTTypeSourceCode [static] abstract type for source code (any language) | ContentType | ||
| kUTTypeText : String = kUTTypeText [static] base type for all text-encoded data, including text with markup (HTML, RTF, etc.) | ContentType | ||
| kUTTypeURL : String = kUTTypeURL [static] The bytes of a URL | ContentType | ||
| ContentType | () | Constructor |
public function ContentType()| kUTTypeApplication | Constant |
public static const kUTTypeApplication:String = kUTTypeApplicationbase type for OS X applications, launchable items
| kUTTypeAudiovisualContent | Constant |
public static const kUTTypeAudiovisualContent:String = kUTTypeAudiovisualContentaudio and/or video content
| kUTTypeContact | Constant |
public static const kUTTypeContact:String = kUTTypeContactcontact information, e.g. for a person, group, organization
| kUTTypeContent | Constant |
public static const kUTTypeContent:String = kUTTypeContentbase type for anything containing user-viewable document content (documents, pasteboard data, and document packages)
| kUTTypeImage | Constant |
public static const kUTTypeImage:String = kUTTypeImageabstract image data
| kUTTypeItem | Constant |
public static const kUTTypeItem:String = kUTTypeItemgeneric base type for most things
| kUTTypeMessage | Constant |
public static const kUTTypeMessage:String = kUTTypeMessagebase type for messages (email, IM, etc.)
| kUTTypeSourceCode | Constant |
public static const kUTTypeSourceCode:String = kUTTypeSourceCodeabstract type for source code (any language)
| kUTTypeText | Constant |
public static const kUTTypeText:String = kUTTypeTextbase type for all text-encoded data, including text with markup (HTML, RTF, etc.)
| kUTTypeURL | Constant |
public static const kUTTypeURL:String = kUTTypeURLThe bytes of a URL