Package org.docx4j.convert.out.html
Class AbstractHtmlExporter
java.lang.Object
org.docx4j.convert.out.html.AbstractHtmlExporter
- All Implemented Interfaces:
Output
- Direct Known Subclasses:
HtmlExporterNG2
Deprecated.
The AbstractHtmlExporter is the superclass for the HTML docx4j conversions.
This class has been depreciated and replaced with the
This class has been depreciated and replaced with the
Docx4j.getExporter() functions.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhtml(WordprocessingMLPackage wmlPackage, Result result, HTMLSettings htmlSettings) Deprecated.
-
Constructor Details
-
AbstractHtmlExporter
public AbstractHtmlExporter()Deprecated.
-
-
Method Details
-
html
public abstract void html(WordprocessingMLPackage wmlPackage, Result result, HTMLSettings htmlSettings) throws Exception Deprecated.- Throws:
Exception
-