|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FopFactoryBuilder | |
---|---|
org.apache.fop.apps | Application classes used for running FOP embedded in other applications. |
org.apache.fop.servlet | This package contains two sample FOP servlets. |
Uses of FopFactoryBuilder in org.apache.fop.apps |
---|
Methods in org.apache.fop.apps that return FopFactoryBuilder | |
---|---|
FopFactoryBuilder |
FopConfParser.getFopFactoryBuilder()
Returns the FopFactoryBuilder . |
FopFactoryBuilder |
FopFactoryBuilder.ignoreNamespace(java.lang.String namespaceURI)
FOP will ignore the specified XML element namespace. |
FopFactoryBuilder |
FopFactoryBuilder.ignoreNamespaces(java.util.Collection<java.lang.String> namespaceURIs)
FOP will ignore the colletion of XML element namespaces. |
FopFactoryBuilder |
FopFactoryBuilder.setAccessibility(boolean enableAccessibility)
Sets whether to include accessibility features in document creation. |
FopFactoryBuilder |
FopFactoryBuilder.setBaseURI(java.net.URI baseURI)
Sets the base URI, this will be used for resolving all URIs given to FOP. |
FopFactoryBuilder |
FopFactoryBuilder.setBreakIndentInheritanceOnReferenceAreaBoundary(boolean value)
Sets whether the indent inheritance should be broken when crossing reference area boundaries. |
FopFactoryBuilder |
FopFactoryBuilder.setComplexScriptFeatures(boolean csf)
|
FopFactoryBuilder |
FopFactoryBuilder.setConfiguration(org.apache.avalon.framework.configuration.Configuration cfg)
Sets the Avalon configuration if a FOP conf is used. |
FopFactoryBuilder |
FopFactoryBuilder.setHyphPatNames(java.util.Map<java.lang.String,java.lang.String> hyphPatNames)
|
FopFactoryBuilder |
FopFactoryBuilder.setLayoutManagerMakerOverride(LayoutManagerMaker lmMaker)
Sets the LayoutManagerMaker so that users can configure how FOP creates
LayoutManager s. |
FopFactoryBuilder |
FopFactoryBuilder.setPageHeight(java.lang.String pageHeight)
Sets the page height of the paginated output. |
FopFactoryBuilder |
FopFactoryBuilder.setPageWidth(java.lang.String pageWidth)
Sets the page width of the paginated output. |
FopFactoryBuilder |
FopFactoryBuilder.setPreferRenderer(boolean preferRenderer)
Sets whether to chose a Renderer in preference to an
IFDocumentHandler . |
FopFactoryBuilder |
FopFactoryBuilder.setSourceResolution(float dpi)
Sets the resolution of resolution-dependent input. |
FopFactoryBuilder |
FopFactoryBuilder.setStrictFOValidation(boolean validateStrictly)
Sets whether to perform strict validation on the FO used. |
FopFactoryBuilder |
FopFactoryBuilder.setStrictUserConfigValidation(boolean validateStrictly)
Sets whether to perform strict alidation on the user-configuration. |
FopFactoryBuilder |
FopFactoryBuilder.setTargetResolution(float dpi)
Sets the resolution of resolution-dependent output. |
Uses of FopFactoryBuilder in org.apache.fop.servlet |
---|
Methods in org.apache.fop.servlet with parameters of type FopFactoryBuilder | |
---|---|
protected void |
FopServlet.configureFopFactory(FopFactoryBuilder builder)
This method is called right after the FopFactory is instantiated and can be overridden by subclasses to perform additional configuration. |
|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |