Uses of Interface
org.docx4j.convert.out.common.Exporter
| Package | Description |
|---|---|
| org.docx4j | |
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.html |
-
Uses of Exporter in org.docx4j
Methods in org.docx4j that return Exporter Modifier and Type Method Description protected static Exporter<FOSettings>Docx4J. getFOExporter(int flags)protected static Exporter<HTMLSettings>Docx4J. getHTMLExporter(int flags) -
Uses of Exporter in org.docx4j.convert.out.common
Classes in org.docx4j.convert.out.common that implement Exporter Modifier and Type Class Description classAbstractExporter<CS extends AbstractConversionSettings,CC extends AbstractConversionContext,PK extends OpcPackage>Exporter are responsible to create the environment for the export process.classAbstractWmlExporter<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>Superclass for the export of WordprocessingMLPackage(s) -
Uses of Exporter in org.docx4j.convert.out.html
Classes in org.docx4j.convert.out.html that implement Exporter Modifier and Type Class Description classAbstractHTMLExporter3classHTMLExporterVisitorConverts the document to HTML with a visitor Uses Delegate: org.docx4j.convert.out.html.HTMLExporterVisitorDelegate Uses Generator: org.docx4j.convert.out.html.HTMLExporterVisitorGeneratorclassHTMLExporterXsltConverts the document to HTML with a xsl transformation.Methods in org.docx4j.convert.out.html that return Exporter Modifier and Type Method Description static Exporter<HTMLSettings>HTMLExporterVisitor. getInstance()static Exporter<HTMLSettings>HTMLExporterXslt. getInstance()