FopFactoryBuilder |
FopConfParser.getFopFactoryBuilder() |
|
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.setHyphenBaseResourceResolver(InternalResourceResolver hyphenationResourceResolver) |
|
FopFactoryBuilder |
FopFactoryBuilder.setHyphPatNames(java.util.Map<java.lang.String,java.lang.String> hyphPatNames) |
|
FopFactoryBuilder |
FopFactoryBuilder.setLayoutManagerMakerOverride(LayoutManagerMaker lmMaker) |
|
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) |
|
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.
|