Uses of Class
org.apache.fop.apps.FopFactoryBuilder
Packages that use FopFactoryBuilder
Package
Description
Application classes used for running FOP embedded in other applications.
This package contains two sample FOP servlets.
-
Uses of FopFactoryBuilder in org.apache.fop.apps
Methods in org.apache.fop.apps that return FopFactoryBuilderModifier and TypeMethodDescriptionFopConfParser.getFopFactoryBuilder()Returns theFopFactoryBuilder.FopFactoryBuilder.ignoreNamespace(String namespaceURI) FOP will ignore the specified XML element namespace.FopFactoryBuilder.ignoreNamespaces(Collection<String> namespaceURIs) FOP will ignore the colletion of XML element namespaces.FopFactoryBuilder.setAccessibility(boolean enableAccessibility) Sets whether to include accessibility features in document creation.FopFactoryBuilder.setBaseURI(URI baseURI) Sets the base URI, this will be used for resolving all URIs given to FOP.FopFactoryBuilder.setBreakIndentInheritanceOnReferenceAreaBoundary(boolean value) Sets whether the indent inheritance should be broken when crossing reference area boundaries.FopFactoryBuilder.setComplexScriptFeatures(boolean csf) FopFactoryBuilder.setConfiguration(Configuration cfg) Sets the Avalon configuration if a FOP conf is used.protected FopFactoryBuilderFopFactoryBuilder.setConfiguration(Configuration cfg, boolean parse) FopFactoryBuilder.setHyphenBaseResourceResolver(InternalResourceResolver hyphenationResourceResolver) FopFactoryBuilder.setHyphPatNames(Map<String, String> hyphPatNames) FopFactoryBuilder.setKeepEmptyTags(boolean b) FopFactoryBuilder.setLayoutManagerMakerOverride(LayoutManagerMaker lmMaker) Sets theLayoutManagerMakerso that users can configure how FOP createsLayoutManagers.FopFactoryBuilder.setLegacyLastPageChangeIPD(boolean b) FopFactoryBuilder.setLegacySkipPagePositionOnly(boolean b) FopFactoryBuilder.setPageHeight(String pageHeight) Sets the page height of the paginated output.FopFactoryBuilder.setPageWidth(String pageWidth) Sets the page width of the paginated output.FopFactoryBuilder.setPreferRenderer(boolean preferRenderer) Sets whether to chose aRendererin preference to anIFDocumentHandler.FopFactoryBuilder.setSimpleLineBreaking(boolean b) FopFactoryBuilder.setSkipPagePositionOnlyAllowed(boolean b) FopFactoryBuilder.setSourceResolution(float dpi) Sets the resolution of resolution-dependent input.FopFactoryBuilder.setStrictFOValidation(boolean validateStrictly) Sets whether to perform strict validation on the FO used.FopFactoryBuilder.setStrictUserConfigValidation(boolean validateStrictly) Sets whether to perform strict alidation on the user-configuration.FopFactoryBuilder.setTableBorderOverpaint(boolean b) FopFactoryBuilder.setTargetResolution(float dpi) Sets the resolution of resolution-dependent output.Constructors in org.apache.fop.apps with parameters of type FopFactoryBuilderModifierConstructorDescriptionFopConfParser(Configuration cfg, FopFactoryBuilder fopFactoryBuilder) -
Uses of FopFactoryBuilder in org.apache.fop.servlet
Methods in org.apache.fop.servlet with parameters of type FopFactoryBuilderModifier and TypeMethodDescriptionprotected voidFopServlet.configureFopFactory(FopFactoryBuilder builder) This method is called right after the FopFactory is instantiated and can be overridden by subclasses to perform additional configuration.