Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.