Uses of Interface
org.apache.fop.apps.FopFactoryConfig
-
Packages that use FopFactoryConfig Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications. -
-
Uses of FopFactoryConfig in org.apache.fop.apps
Classes in org.apache.fop.apps that implement FopFactoryConfig Modifier and Type Class Description static class
FopFactoryBuilder.FopFactoryConfigImpl
Methods in org.apache.fop.apps that return FopFactoryConfig Modifier and Type Method Description FopFactoryConfig
FopFactoryBuilder. buildConfig()
Deprecated.Exposing theFopFactoryConfig
is only to maintain backwards compatibilityMethods in org.apache.fop.apps with parameters of type FopFactoryConfig Modifier and Type Method Description static FopFactory
FopFactory. newInstance(FopFactoryConfig config)
FOP has the ability, for some FO's, to continue processing even if the input XSL violates that FO's content model.
-