Class AbstractHtmlExporter

java.lang.Object
org.docx4j.convert.out.html.AbstractHtmlExporter
All Implemented Interfaces:
Output
Direct Known Subclasses:
HtmlExporterNG2

public abstract class AbstractHtmlExporter
extends java.lang.Object
implements Output
Deprecated.
The AbstractHtmlExporter is the superclass for the HTML docx4j conversions.
This class has been depreciated and replaced with the Docx4j.getExporter() functions.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AbstractHtmlExporter.HtmlSettings
    Deprecated. 
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractHtmlExporter()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    abstract void html​(WordprocessingMLPackage wmlPackage, javax.xml.transform.Result result, HTMLSettings htmlSettings)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.docx4j.convert.out.Output

    output