Uses of Interface
org.docx4j.convert.out.common.Exporter
Packages that use Exporter
-
Uses of Exporter in org.docx4j
Methods in org.docx4j that return ExporterModifier and TypeMethodDescriptionprotected 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 ExporterModifier and TypeClassDescriptionclassAbstractExporter<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 ExporterModifier and TypeClassDescriptionclassclassConverts the document to HTML with a visitor Uses Delegate: org.docx4j.convert.out.html.HTMLExporterVisitorDelegate Uses Generator: org.docx4j.convert.out.html.HTMLExporterVisitorGeneratorclassConverts the document to HTML with a xsl transformation.Methods in org.docx4j.convert.out.html that return ExporterModifier and TypeMethodDescriptionstatic Exporter<HTMLSettings>HTMLExporterVisitor.getInstance()static Exporter<HTMLSettings>HTMLExporterXslt.getInstance()