Interface IFDocumentHandlerConfigurator

    • Method Detail

      • configure

        void configure​(IFDocumentHandler documentHandler)
                throws FOPException
        Configures a intermediate format document handler.
        Parameters:
        documentHandler - the document handler instance
        Throws:
        FOPException - if an error occurs while configuring the object
      • setupFontInfo

        void setupFontInfo​(java.lang.String mimeType,
                           FontInfo fontInfo)
                    throws FOPException
        Sets up the FontInfo object for the IFDocumentHandler.
        Parameters:
        mimeType - the MIME type of the document handler
        fontInfo - the font info object to set up
        Throws:
        FOPException - if an error occurs while configuring the object