Class XHTMLConverter
java.lang.Object
fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>
fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter
- All Implemented Interfaces:
fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<XHTMLOptions>
public class XHTMLConverter
extends fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, XHTMLOptions options) protected voiddoConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, Writer writer, XHTMLOptions options) static fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<XHTMLOptions>Methods inherited from class fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter
convert, convert
-
Constructor Details
-
XHTMLConverter
public XHTMLConverter()
-
-
Method Details
-
getInstance
-
doConvert
protected void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, Writer writer, XHTMLOptions options) throws fr.opensagres.poi.xwpf.converter.core.XWPFConverterException, IOException - Specified by:
doConvertin classfr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>- Throws:
fr.opensagres.poi.xwpf.converter.core.XWPFConverterExceptionIOException
-
convert
public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, XHTMLOptions options) throws fr.opensagres.poi.xwpf.converter.core.XWPFConverterException, IOException - Throws:
fr.opensagres.poi.xwpf.converter.core.XWPFConverterExceptionIOException
-