AFPRendererConfigurator
, BitmapRendererConfigurator
, DefaultRendererConfigurator
, Java2DRendererConfigurator
, PCLRendererConfigurator
, PDFRendererConfigurator
, PrintRendererConfigurator
, PSRendererConfigurator
, TIFFRendererConfigurator
, TXTRendererConfigurator
public interface IFDocumentHandlerConfigurator
IFDocumentHandler
instance.Modifier and Type | Method | Description |
---|---|---|
void |
configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
void |
setupFontInfo(java.lang.String mimeType,
FontInfo fontInfo) |
Sets up the
FontInfo object for the IFDocumentHandler. |
void configure(IFDocumentHandler documentHandler) throws FOPException
documentHandler
- the document handler instanceFOPException
- if an error occurs while configuring the objectvoid setupFontInfo(java.lang.String mimeType, FontInfo fontInfo) throws FOPException
FontInfo
object for the IFDocumentHandler.mimeType
- the MIME type of the document handlerfontInfo
- the font info object to set upFOPException
- if an error occurs while configuring the objectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.