Uses of Class
org.docx4j.convert.out.common.AbstractExporterDelegate
| Package | Description |
|---|---|
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.html |
-
Uses of AbstractExporterDelegate in org.docx4j.convert.out.common
Subclasses of AbstractExporterDelegate in org.docx4j.convert.out.common Modifier and Type Class Description classAbstractVisitorExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.classAbstractXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.classWmlXsltExporterDelegate<CS extends AbstractConversionSettings,CC extends AbstractWmlConversionContext>The …ExporterDelegate generates the html/fo document from the WordprocessingMLPackage.Fields in org.docx4j.convert.out.common declared as AbstractExporterDelegate Modifier and Type Field Description protected AbstractExporterDelegate<CS,CC>AbstractWmlExporter. exporterDelegateConstructors in org.docx4j.convert.out.common with parameters of type AbstractExporterDelegate Constructor Description AbstractWmlExporter(AbstractExporterDelegate<CS,CC> exporterDelegate) -
Uses of AbstractExporterDelegate in org.docx4j.convert.out.html
Subclasses of AbstractExporterDelegate in org.docx4j.convert.out.html Modifier and Type Class Description classHTMLExporterVisitorDelegateprotected static classHTMLExporterXslt.HTMLExporterXsltDelegateConstructors in org.docx4j.convert.out.html with parameters of type AbstractExporterDelegate Constructor Description AbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate)usual use caseAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings,HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry)using a customised WriterRegistry