Enumeration MimeType

A mapping of Media types and extension.

Refer : Mozilla MIME type IANA media types

Enumeration Members

AI: "application/illustrator"

Represents ai mime type.

BMP: "image/bmp"

Represents bmp mime type.

CSV: "text/csv"

Represents csv mime type.

DOC: "application/msword"

Represents msword mime type.

DOCX: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"

Represents docx mime type.

GIF: "image/gif"

Represents gif mime type.

HTML: "text/html"

Represents html mime type.

INDD: "application/x-indesign"

Represents indd mime type.

JPEG: "image/jpeg"

Represents jpeg mime type.

JPG: "image/jpeg"

Represents jpg mime type.

JSON: "application/json"

Represents json mime type.

PDF: "application/pdf"

Represents pdf mime type.

PNG: "image/png"

Represents png mime type.

PPT: "application/vnd.ms-powerpoint"

Represents ppt mime type.

PPTX: "application/vnd.openxmlformats-officedocument.presentationml.presentation"

Represents pptx mime type.

PSD: "image/vnd.adobe.photoshop"

Represents psd mime type.

RTF: "text/rtf"

Represents rtf mime type.

SVG: "image/svg+xml"

Represents svg mime type.

TIF: "image/tiff"

Represents tif mime type.

TIFF: "image/tiff"

Represents tiff mime type.

TXT: "text/plain"

Represents txt mime type.

XLS: "application/vnd.ms-excel"

Represents xls mime type.

XLSX: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

Represents xlsx mime type.

ZIP: "application/zip"

Represents zip mime type.

Generated using TypeDoc