| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.convert.out |
| Modifier and Type | Method and Description |
|---|---|
static FOSettings |
Docx4J.createFOSettings()
Create the configuration object for conversions that are done via xsl-fo
|
| Modifier and Type | Method and Description |
|---|---|
protected static Exporter<FOSettings> |
Docx4J.getFOExporter(int flags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Docx4J.toFO(FOSettings settings,
OutputStream outputStream,
int flags)
Convert the document via xsl-fo
|
| Modifier and Type | Method and Description |
|---|---|
void |
FORenderer.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.
|
Copyright © 2007-2022. All Rights Reserved.