Package org.docx4j.convert.out.fo
Class FOExporterVisitor
java.lang.Object
org.docx4j.convert.out.common.AbstractExporter<CS,CC,WordprocessingMLPackage>
org.docx4j.convert.out.common.AbstractWmlExporter<FOSettings,FOConversionContext>
org.docx4j.convert.out.fo.AbstractFOExporter
org.docx4j.convert.out.fo.FOExporterVisitor
- All Implemented Interfaces:
Exporter<FOSettings>
public class FOExporterVisitor extends AbstractFOExporter
Converts the document to fo with a visitor
Uses Delegate: org.docx4j.convert.out.fo.FOExporterVisitorDelegate
Uses Generator: org.docx4j.convert.out.fo.FOExporterVisitorGenerator
- Since:
- 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.convert.out.fo.AbstractFOExporter
AbstractFOExporter.FoSectionPageInformation -
Field Summary
Fields Modifier and Type Field Description protected static FOExporterVisitorDelegateEXPORTER_DELEGATE_INSTANCEprotected static FOExporterVisitorinstance -
Constructor Summary
Constructors Modifier Constructor Description protectedFOExporterVisitor() -
Method Summary
Modifier and Type Method Description static Exporter<FOSettings>getInstance()Methods inherited from class org.docx4j.convert.out.fo.AbstractFOExporter
createContext, createIntermediateOutputStream, createPageNumberInformation, postprocessMethods inherited from class org.docx4j.convert.out.common.AbstractWmlExporter
createWrappers, preprocess, process
-
Field Details
-
Constructor Details
-
FOExporterVisitor
protected FOExporterVisitor()
-
-
Method Details