org.apache.fop.apps

Interface MimeConstants

public interface MimeConstants

Frequently used MIME types for various file formats used when working with Apache FOP.

Field Summary

static String
MIME_AFP
IBM's AFP
static String
MIME_AFP_ALT
IBM's AFP (alternative MIME type)
static String
MIME_EPS
Encapsulated PostScript (same MIME type as PostScript)
static String
MIME_FOP_AREA_TREE
Apache FOP's area tree XML
static String
MIME_FOP_AWT_PREVIEW
Apache FOP's AWT preview (non-standard MIME type)
static String
MIME_FOP_PRINT
Apache FOP's Direct Printing (non-standard MIME type)
static String
MIME_GIF
GIF images
static String
MIME_JPEG
JPEG images
static String
MIME_MIF
FrameMaker's MIF
static String
MIME_PCL
HP's PCL
static String
MIME_PCL_ALT
HP's PCL (alternative MIME type)
static String
MIME_PDF
Portable Document Format
static String
MIME_PLAIN_TEXT
Plain text
static String
MIME_PNG
PNG images
static String
MIME_POSTSCRIPT
PostScript
static String
MIME_RTF
Rich text format
static String
MIME_RTF_ALT1
Rich text format (alternative 1)
static String
MIME_RTF_ALT2
Rich text format (alternative 2)
static String
MIME_SVG
Structured Vector Graphics
static String
MIME_TIFF
TIFF images
static String
MIME_XSL_FO
Proposed but non-registered MIME type for XSL-FO

Field Details

MIME_AFP

public static final String MIME_AFP
IBM's AFP

MIME_AFP_ALT

public static final String MIME_AFP_ALT
IBM's AFP (alternative MIME type)

MIME_EPS

public static final String MIME_EPS
Encapsulated PostScript (same MIME type as PostScript)

MIME_FOP_AREA_TREE

public static final String MIME_FOP_AREA_TREE
Apache FOP's area tree XML

MIME_FOP_AWT_PREVIEW

public static final String MIME_FOP_AWT_PREVIEW
Apache FOP's AWT preview (non-standard MIME type)

MIME_FOP_PRINT

public static final String MIME_FOP_PRINT
Apache FOP's Direct Printing (non-standard MIME type)

MIME_GIF

public static final String MIME_GIF
GIF images

MIME_JPEG

public static final String MIME_JPEG
JPEG images

MIME_MIF

public static final String MIME_MIF
FrameMaker's MIF

MIME_PCL

public static final String MIME_PCL
HP's PCL

MIME_PCL_ALT

public static final String MIME_PCL_ALT
HP's PCL (alternative MIME type)

MIME_PDF

public static final String MIME_PDF
Portable Document Format

MIME_PLAIN_TEXT

public static final String MIME_PLAIN_TEXT
Plain text

MIME_PNG

public static final String MIME_PNG
PNG images

MIME_POSTSCRIPT

public static final String MIME_POSTSCRIPT
PostScript

MIME_RTF

public static final String MIME_RTF
Rich text format

MIME_RTF_ALT1

public static final String MIME_RTF_ALT1
Rich text format (alternative 1)

MIME_RTF_ALT2

public static final String MIME_RTF_ALT2
Rich text format (alternative 2)

MIME_SVG

public static final String MIME_SVG
Structured Vector Graphics

MIME_TIFF

public static final String MIME_TIFF
TIFF images

MIME_XSL_FO

public static final String MIME_XSL_FO
Proposed but non-registered MIME type for XSL-FO

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.