Uses of Class
org.docx4j.convert.out.common.AbstractExporterDelegate
Packages that use AbstractExporterDelegate
-
Uses of AbstractExporterDelegate in org.docx4j.convert.out.common
Subclasses of AbstractExporterDelegate in org.docx4j.convert.out.commonModifier and TypeClassDescriptionclassAbstractVisitorExporterDelegate<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 AbstractExporterDelegateModifier and TypeFieldDescriptionprotected AbstractExporterDelegate<CS,CC> AbstractWmlExporter.exporterDelegateConstructors in org.docx4j.convert.out.common with parameters of type AbstractExporterDelegateModifierConstructorDescriptionprotectedAbstractWmlExporter(AbstractExporterDelegate<CS, CC> exporterDelegate) -
Uses of AbstractExporterDelegate in org.docx4j.convert.out.html
Subclasses of AbstractExporterDelegate in org.docx4j.convert.out.htmlModifier and TypeClassDescriptionclassprotected static classConstructors in org.docx4j.convert.out.html with parameters of type AbstractExporterDelegateModifierConstructorDescriptionprotectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings, HTMLConversionContext> exporterDelegate) usual use caseprotectedAbstractHTMLExporter3(AbstractExporterDelegate<HTMLSettings, HTMLConversionContext> exporterDelegate, AbstractWriterRegistry writerRegistry) using a customised WriterRegistry