public class XHTMLConverter extends AbstractXWPFConverter<XHTMLOptions>
| Constructor and Description |
|---|
XHTMLConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
ContentHandler contentHandler,
XHTMLOptions options) |
protected void |
doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
OutputStream out,
Writer writer,
XHTMLOptions options) |
static IXWPFConverter<XHTMLOptions> |
getInstance() |
convert, convertpublic static IXWPFConverter<XHTMLOptions> getInstance()
protected void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
OutputStream out,
Writer writer,
XHTMLOptions options)
throws XWPFConverterException,
IOException
doConvert in class AbstractXWPFConverter<XHTMLOptions>XWPFConverterExceptionIOExceptionpublic void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
ContentHandler contentHandler,
XHTMLOptions options)
throws XWPFConverterException,
IOException
XWPFConverterExceptionIOExceptionCopyright © 2015. All Rights Reserved.