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 FOExporterVisitorinstanceFields inherited from class org.docx4j.convert.out.fo.AbstractFOExporter
DEFAULT_START_SIZEFields inherited from class org.docx4j.convert.out.common.AbstractWmlExporter
exporterDelegateFields inherited from class org.docx4j.convert.out.common.AbstractExporter
LocalLog -
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, processMethods inherited from class org.docx4j.convert.out.common.AbstractExporter
export, logDebugStepMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EXPORTER_DELEGATE_INSTANCE
-
instance
-
-
Constructor Details
-
FOExporterVisitor
protected FOExporterVisitor()
-
-
Method Details
-
getInstance
-