Uses of Class
org.docx4j.convert.out.FOSettings
| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.convert.out |
-
Uses of FOSettings in org.docx4j
Methods in org.docx4j that return FOSettings Modifier and Type Method Description static FOSettingsDocx4J. createFOSettings()Create the configuration object for conversions that are done via xsl-foMethods in org.docx4j that return types with arguments of type FOSettings Modifier and Type Method Description protected static Exporter<FOSettings>Docx4J. getFOExporter(int flags)Methods in org.docx4j with parameters of type FOSettings Modifier and Type Method Description static voidDocx4J. toFO(FOSettings settings, java.io.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 FOSettings Modifier and Type Method Description voidFORenderer. render(java.lang.String foDocument, FOSettings settings, boolean twoPass, java.util.List<FORenderer.SectionPageInformation> pageNumberInformation, java.io.OutputStream outputStream)Render the foDocument to the requested format, if needed do a 2 pass conversion.