Uses of Class
org.docx4j.convert.out.FOSettings
Packages that use FOSettings
Package
Description
-
Uses of FOSettings in org.docx4j
Methods in org.docx4j that return FOSettingsModifier and TypeMethodDescriptionstatic FOSettingsDocx4J.createFOSettings()Create the configuration object for conversions that are done via xsl-foMethods in org.docx4j that return types with arguments of type FOSettingsModifier and TypeMethodDescriptionprivate static Exporter<FOSettings>Docx4J.FOExporterVisitorGetInstance()private static Exporter<FOSettings>Docx4J.FOExporterXsltGetInstance()protected static Exporter<FOSettings>Docx4J.getFOExporter(int flags) Methods in org.docx4j with parameters of type FOSettingsModifier and TypeMethodDescriptionstatic voidDocx4J.toFO(FOSettings settings, OutputStream outputStream, int flags) Convert the document via xsl-fo -
Uses of FOSettings in org.docx4j.convert.out
Methods in org.docx4j.convert.out with parameters of type FOSettingsModifier and TypeMethodDescriptionstatic voidFopReflective.invokeFORendererApacheFOP(FOSettings settings) voidFORenderer.render(String foDocument, FOSettings settings, boolean twoPass, List<FORenderer.SectionPageInformation> pageNumberInformation, OutputStream outputStream) Render the foDocument to the requested format, if needed do a 2 pass conversion. -
Uses of FOSettings in org.docx4j.convert.out.fo
Fields in org.docx4j.convert.out.fo with type parameters of type FOSettingsModifier and TypeFieldDescriptionprotected static final WmlXsltExporterDelegate<FOSettings,FOConversionContext> FOExporterXslt.EXPORTER_DELEGATEMethods in org.docx4j.convert.out.fo that return types with arguments of type FOSettingsModifier and TypeMethodDescriptionstatic Exporter<FOSettings>FOExporterVisitor.getInstance()static Exporter<FOSettings>FOExporterXslt.getInstance()Methods in org.docx4j.convert.out.fo with parameters of type FOSettingsModifier and TypeMethodDescriptionprotected FOConversionContextAbstractFOExporter.createContext(FOSettings conversionSettings, WordprocessingMLPackage preprocessedPackage, ConversionSectionWrappers sectionWrappers) (package private) static DocumentFOPAreaTreeHelper.getAreaTreeViaFOP(WordprocessingMLPackage hfPkg, boolean useXSLT, FOSettings foSettingsOverall) protected FORendererFOConversionContext.initializeFoRenderer(FOSettings settings) protected voidAbstractFOExporter.postprocess(FOSettings conversionSettings, AbstractConversionContext conversionContext, OutputStream intermediateOutputStream, OutputStream outputStream) Constructors in org.docx4j.convert.out.fo with parameters of type FOSettingsModifierConstructorDescriptionFOConversionContext(FOSettings settings, WordprocessingMLPackage wmlPackage, ConversionSectionWrappers conversionSectionWrappers) Constructor parameters in org.docx4j.convert.out.fo with type arguments of type FOSettingsModifierConstructorDescriptionprotectedAbstractFOExporter(AbstractExporterDelegate<FOSettings, FOConversionContext> exporterDelegate) -
Uses of FOSettings in org.docx4j.convert.out.fo.renderers
Methods in org.docx4j.convert.out.fo.renderers with parameters of type FOSettingsModifier and TypeMethodDescriptionstatic org.apache.fop.apps.FopFactoryBuilderFORendererApacheFOP.getFopFactoryBuilder(FOSettings settings) Get a FopFactoryBuilder, automagically preconfigured with font info.static org.apache.fop.apps.FopFactoryBuilderFORendererApacheFOP.getFopFactoryBuilder(FOSettings settings, org.apache.xmlgraphics.io.ResourceResolver resourceResolver) Get a FopFactoryBuilder, automagically preconfigured with font info.static org.apache.fop.apps.FOUserAgentFORendererApacheFOP.getFOUserAgent(FOSettings settings, org.apache.fop.apps.FopFactory fopFactory) Allow user access to FOUserAgent, so they can setAccessibility(true).voidFORendererApacheFOP.render(String foDocument, FOSettings settings, boolean twoPass, List<FORenderer.SectionPageInformation> pageNumberInformation, OutputStream outputStream) voidFORendererDummy.render(String foDocument, FOSettings settings, boolean twoPass, List<FORenderer.SectionPageInformation> pageNumberInformation, OutputStream outputStream) private StringFORendererApacheFOP.setupApacheFopMime(FOSettings settings) -
Uses of FOSettings in org.docx4j.convert.out.pdf.viaXSLFO
Subclasses of FOSettings in org.docx4j.convert.out.pdf.viaXSLFOMethods in org.docx4j.convert.out.pdf.viaXSLFO with parameters of type FOSettingsModifier and TypeMethodDescriptionprotected voidConversion.setupSettings(FOSettings settings, String mime) Deprecated. -
Uses of FOSettings in org.docx4j.convert.out.XSLFO
Fields in org.docx4j.convert.out.XSLFO declared as FOSettingsModifier and TypeFieldDescription(package private) FOSettingsXSLFOExporterNonXSLT.foSettingsDeprecated.Constructors in org.docx4j.convert.out.XSLFO with parameters of type FOSettingsModifierConstructorDescriptionXSLFOExporterNonXSLT(WordprocessingMLPackage wmlPackage, FOSettings pdfSettings) Deprecated.