Package org.docx4j.convert.out.fo
Class FOExporterXslt
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.FOExporterXslt
- All Implemented Interfaces:
Exporter<FOSettings>
public class FOExporterXslt extends AbstractFOExporter
Converts the document to fo with a xsl transformation
Uses Delegate: org.docx4j.convert.out.common. WmlXsltExporterDelegate
Uses Generator: none
- 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 java.lang.StringDEFAULT_TEMPLATES_RESOURCEprotected static WmlXsltExporterDelegate<FOSettings,FOConversionContext>EXPORTER_DELEGATEprotected static FOExporterXsltinstanceFields 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 protectedFOExporterXslt() -
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
-
DEFAULT_TEMPLATES_RESOURCE
protected static final java.lang.String DEFAULT_TEMPLATES_RESOURCE- See Also:
- Constant Field Values
-
EXPORTER_DELEGATE
-
instance
-
-
Constructor Details
-
FOExporterXslt
protected FOExporterXslt()
-
-
Method Details
-
getInstance
-