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
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
This class has been depreciated and replaced with the
Docx4j.getExporter() functions.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractHtmlExporter.HtmlSettingsDeprecated. -
Constructor Summary
Constructors Constructor Description AbstractHtmlExporter()Deprecated. -
Method Summary
Modifier and Type Method Description abstract voidhtml(WordprocessingMLPackage wmlPackage, javax.xml.transform.Result result, HTMLSettings htmlSettings)Deprecated.
-
Constructor Details
-
AbstractHtmlExporter
public AbstractHtmlExporter()Deprecated.
-
-
Method Details
-
html
public abstract void html(WordprocessingMLPackage wmlPackage, javax.xml.transform.Result result, HTMLSettings htmlSettings) throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-