Uses of Class
org.docx4j.convert.out.FOSettings
Packages that use FOSettings
-
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 TypeMethodDescriptionprotected 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.