Interface MimeConstants

  • All Superinterfaces:
    org.apache.xmlgraphics.util.MimeConstants

    @Deprecated(since="2021-03-01")
    public interface MimeConstants
    extends org.apache.xmlgraphics.util.MimeConstants
    Deprecated.
    Avoid using this package provided OOTB and migrate code a newer version which you can deploy as part of your project.
    Frequently used MIME types for various file formats used when working with Apache FOP.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String MIME_FOP_AREA_TREE
      Deprecated.
      Apache FOP's area tree XML
      static String MIME_FOP_AWT_PREVIEW
      Deprecated.
      Apache FOP's AWT preview (non-standard MIME type)
      static String MIME_FOP_IF
      Deprecated.
      Apache FOP's intermediate format XML
      static String MIME_FOP_PRINT
      Deprecated.
      Apache FOP's Direct Printing (non-standard MIME type)
      • Fields inherited from interface org.apache.xmlgraphics.util.MimeConstants

        MIME_AFP, MIME_AFP_ALT, MIME_AFP_GOCA, MIME_AFP_IOCA_FS10, MIME_AFP_IOCA_FS11, MIME_AFP_IOCA_FS45, MIME_AFP_TRUETYPE, MIME_EMF, MIME_EPS, MIME_GIF, MIME_JPEG, MIME_MIF, MIME_PCL, MIME_PCL_ALT, MIME_PDF, MIME_PLAIN_TEXT, MIME_PNG, MIME_POSTSCRIPT, MIME_RTF, MIME_RTF_ALT1, MIME_RTF_ALT2, MIME_SVG, MIME_TIFF, MIME_XSL_FO
    • Field Detail

      • MIME_FOP_AWT_PREVIEW

        static final String MIME_FOP_AWT_PREVIEW
        Deprecated.
        Apache FOP's AWT preview (non-standard MIME type)
        See Also:
        Constant Field Values
      • MIME_FOP_PRINT

        static final String MIME_FOP_PRINT
        Deprecated.
        Apache FOP's Direct Printing (non-standard MIME type)
        See Also:
        Constant Field Values