public interface IFDocumentHandlerConfigurator
IFDocumentHandler
instance.Modifier and Type | Method and Description |
---|---|
void |
configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
setupFontInfo(IFDocumentHandler documentHandler,
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(IFDocumentHandler documentHandler, FontInfo fontInfo) throws FOPException
FontInfo
object for the IFDocumentHandler.documentHandler
- the document handler instancefontInfo
- the font info object to set upFOPException
- if an error occurs while configuring the objectCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.