Uses of Interface
org.docx4j.convert.out.common.Exporter
Packages that use Exporter
Package
Description
-
Uses of Exporter in org.docx4j
Methods in org.docx4j that return ExporterModifier and TypeMethodDescriptionprivate static Exporter<Documents4jConversionSettings>Docx4J.documents4jLocalExporterGetInstance()private static Exporter<Documents4jConversionSettings>Docx4J.documents4jRemoteExporterGetInstance()private static Exporter<FOSettings>Docx4J.FOExporterVisitorGetInstance()private static Exporter<FOSettings>Docx4J.FOExporterXsltGetInstance()protected static Exporter<FOSettings>Docx4J.getFOExporter(int flags) protected static Exporter<HTMLSettings>Docx4J.getHTMLExporter(int flags) private static Exporter<MicrosoftGraphConversionSettings>Docx4J.microsoftGraphExporterGetInstance() -
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.fo
Classes in org.docx4j.convert.out.fo that implement ExporterModifier and TypeClassDescriptionclassclassConverts the document to fo with a visitor Uses Delegate: org.docx4j.convert.out.fo.FOExporterVisitorDelegate Uses Generator: org.docx4j.convert.out.fo.FOExporterVisitorGeneratorclassConverts the document to fo with a xsl transformation Uses Delegate: org.docx4j.convert.out.common.Methods in org.docx4j.convert.out.fo that return ExporterModifier and TypeMethodDescriptionstatic Exporter<FOSettings>FOExporterVisitor.getInstance()static Exporter<FOSettings>FOExporterXslt.getInstance() -
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() -
Uses of Exporter in org.docx4j.convert.out.microsoft_graph
Classes in org.docx4j.convert.out.microsoft_graph that implement ExporterModifier and TypeClassDescriptionclassclassclassMethods in org.docx4j.convert.out.microsoft_graph that return ExporterModifier and TypeMethodDescriptionDocxToPdfExporter.getInstance(org.plutext.msgraph.convert.DocxToPdfConverter converter) PptxToPdfExporter.getInstance(org.plutext.msgraph.convert.PptxToPdfConverter converter) XlsxToPdfExporter.getInstance(org.plutext.msgraph.convert.XlsxToPdfConverter converter)