public abstract class AbstractXWPFConverter<T extends Options> extends Object implements IXWPFConverter<T>
| Constructor and Description |
|---|
AbstractXWPFConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
OutputStream out,
T options) |
void |
convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
Writer writer,
T options) |
protected abstract void |
doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
OutputStream out,
Writer writer,
T options) |
public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
OutputStream out,
T options)
throws XWPFConverterException,
IOException
convert in interface IXWPFConverter<T extends Options>XWPFConverterExceptionIOExceptionpublic void convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
Writer writer,
T options)
throws XWPFConverterException,
IOException
XWPFConverterExceptionIOExceptionprotected abstract void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
OutputStream out,
Writer writer,
T options)
throws XWPFConverterException,
IOException
XWPFConverterExceptionIOExceptionCopyright © 2016. All Rights Reserved.