Pakiet | com.adobe.icc.enum |
Klasa | public final class MimeType |
Dziedziczenie | MimeType Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Powiązane elementy interfejsu API
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Converts a FILEEXT value to a TYPE value. | MimeType | ||
[statyczny]
Specifies whether the format represents image content. | MimeType | ||
[statyczny]
True if the format represents text content. | MimeType | ||
[statyczny]
Converts a FORMAT value to a FILEEXT value. | MimeType | ||
[statyczny]
Converts a FORMAT value to a TYPE value. | MimeType | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
[statyczny]
Converts a TYPE value to a FORMAT value. | MimeType | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
FILEEXT_GIF : String = "gif" [statyczny]
File: GIF image. | MimeType | ||
FILEEXT_JPEG : String = "jpeg" [statyczny]
File: JPEG image. | MimeType | ||
FILEEXT_JPG : String = "jpg" [statyczny]
File: JPG image. | MimeType | ||
FILEEXT_PNG : String = "png" [statyczny]
File: PNG image. | MimeType | ||
FILEEXT_TEXT : String = "txt" [statyczny]
File: Text-based (plain/unformatted text). | MimeType | ||
FILEEXT_XML : String = "xml" [statyczny]
File: XML-based (could be HTML, XHTML, plain XML, etc.). | MimeType | ||
FORMAT_GIF : String = "image/gif" [statyczny] Image Format: GIF content. | MimeType | ||
FORMAT_JPEG : String = "image/jpeg" [statyczny] Image Format: JPEG content. | MimeType | ||
FORMAT_JPG : String = "image/jpg" [statyczny] Image Format: JPG content. | MimeType | ||
FORMAT_PLAINTEXT : String = "text/plain" [statyczny] Text Format: Plain text content. | MimeType | ||
FORMAT_PNG : String = "image/png" [statyczny] Image Format: PNG content. | MimeType | ||
FORMAT_RICHTEXT : String = "text/html" [statyczny] Text Format: XHTML content. | MimeType | ||
FORMAT_XMLTEXT : String = "text/xml" [statyczny] Text Format: Flash HTML/Flex Rich Text content. | MimeType | ||
TYPE_GIF : String = "IMAGE_GIF" [statyczny]
Image Type: GIF content. | MimeType | ||
TYPE_JPEG : String = "IMAGE_JPEG" [statyczny]
Image Type: JPEG content. | MimeType | ||
TYPE_PLAINTEXT : String = "TEXT_PLAIN" [statyczny]
Text Type: Plain text content. | MimeType | ||
TYPE_PNG : String = "IMAGE_PNG" [statyczny]
Image Type: PNG content. | MimeType | ||
TYPE_RICHTEXT : String = "TEXT_RICH" [statyczny]
Text Type: XHTML content. | MimeType | ||
TYPE_XMLTEXT : String = "TEXT_XML" [statyczny]
Text Type: Flash HTML/Flex Rich Text content. | MimeType |
fileExtToType | () | metoda |
public static function fileExtToType(fileExt:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Converts a FILEEXT value to a TYPE value. FILEXT is a file extension.
Parametry
fileExt:String — The FILEEXT constant value to convert to a TYPE constant value.
|
String — Associated TYPE constant value.
|
Zgłasza
Error — Invalid file extension.
|
formatIsImage | () | metoda |
public static function formatIsImage(format:String):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies whether the format represents image content. Note that true is only returned if format
is explicitly set to
something recognized as an image.
Parametry
format:String — The format to inspect. One of the image format constants. For example, FORMAT_JPG, FORMAT_JPEG, or FORMAT_PNG.
|
Boolean — Boolean indicating whether the format represents image content
|
formatIsText | () | metoda |
public static function formatIsText(format:String):Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
True if the format represents text content. Note that true is only returned if format
is explicitly set to
something recognized as text.
Parametry
format:String — The format to inspect. One of the text format constants. For example, FORMAT_RICHTEXT, FORMAT_XMLTEXT, or FORMAT_PLAINTEXT.
|
Boolean — the boolean value indicating if the format represents Text content.
|
formatToFileExt | () | metoda |
public static function formatToFileExt(format:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Converts a FORMAT value to a FILEEXT value. That is, a file extension.
Parametry
format:String — The FORMAT constant value to convert to a FILEEXT constant value.
|
String — Associated FILEEXT constant value.
|
Zgłasza
Error — Invalid format.
|
formatToType | () | metoda |
public static function formatToType(format:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Converts a FORMAT value to a TYPE value.
Parametry
format:String — The FORMAT constant value to convert to a TYPE constant value.
|
String — Associated TYPE constant value.
|
Zgłasza
Error — Invalid format.
|
typeToFormat | () | metoda |
public static function typeToFormat(type:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Converts a TYPE value to a FORMAT value.
Parametry
type:String — The TYPE const value to convert to a FORMAT const value.
|
String — Associated FORMAT const value.
|
Zgłasza
Error — Invalid type.
|
FILEEXT_GIF | Stała |
public static const FILEEXT_GIF:String = "gif"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: GIF image.
FILEEXT_JPEG | Stała |
public static const FILEEXT_JPEG:String = "jpeg"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: JPEG image.
FILEEXT_JPG | Stała |
public static const FILEEXT_JPG:String = "jpg"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: JPG image.
FILEEXT_PNG | Stała |
public static const FILEEXT_PNG:String = "png"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: PNG image.
FILEEXT_TEXT | Stała |
public static const FILEEXT_TEXT:String = "txt"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: Text-based (plain/unformatted text).
FILEEXT_XML | Stała |
public static const FILEEXT_XML:String = "xml"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
File: XML-based (could be HTML, XHTML, plain XML, etc.).
FORMAT_GIF | Stała |
public static const FORMAT_GIF:String = "image/gif"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Format: GIF content.
FORMAT_JPEG | Stała |
public static const FORMAT_JPEG:String = "image/jpeg"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Format: JPEG content.
FORMAT_JPG | Stała |
public static const FORMAT_JPG:String = "image/jpg"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Format: JPG content.
FORMAT_PLAINTEXT | Stała |
public static const FORMAT_PLAINTEXT:String = "text/plain"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Format: Plain text content.
FORMAT_PNG | Stała |
public static const FORMAT_PNG:String = "image/png"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Format: PNG content.
FORMAT_RICHTEXT | Stała |
public static const FORMAT_RICHTEXT:String = "text/html"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Format: XHTML content.
FORMAT_XMLTEXT | Stała |
public static const FORMAT_XMLTEXT:String = "text/xml"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Format: Flash HTML/Flex Rich Text content.
TYPE_GIF | Stała |
public static const TYPE_GIF:String = "IMAGE_GIF"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Type: GIF content.
TYPE_JPEG | Stała |
public static const TYPE_JPEG:String = "IMAGE_JPEG"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Type: JPEG content.
TYPE_PLAINTEXT | Stała |
public static const TYPE_PLAINTEXT:String = "TEXT_PLAIN"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Type: Plain text content.
TYPE_PNG | Stała |
public static const TYPE_PNG:String = "IMAGE_PNG"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Image Type: PNG content.
TYPE_RICHTEXT | Stała |
public static const TYPE_RICHTEXT:String = "TEXT_RICH"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Type: XHTML content.
TYPE_XMLTEXT | Stała |
public static const TYPE_XMLTEXT:String = "TEXT_XML"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Text Type: Flash HTML/Flex Rich Text content.
Tue Jun 12 2018, 12:06 PM Z