Class HTMLExporterXslt

All Implemented Interfaces:
Exporter<HTMLSettings>

public class HTMLExporterXslt extends AbstractHTMLExporter3
Converts the document to HTML with a xsl transformation. Uses Delegate: org.docx4j.convert.out.html.HTMLExporterXslt.HTMLExporterXsltDelegate Uses Generator: None
Since:
3.0
  • Field Details

  • Constructor Details

    • HTMLExporterXslt

      public HTMLExporterXslt()
      Usual use case. Ordinarily you'd use the Docx4J facade, rather than using this constructor directly.
    • HTMLExporterXslt

      public HTMLExporterXslt(AbstractWriterRegistry writerRegistry)
      using a customised WriterRegistry
      Parameters:
      writerRegistry -
  • Method Details