org.apache.poi.xwpf.converter.core
Class AbstractXWPFConverter<T extends Options>

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.AbstractXWPFConverter<T>
All Implemented Interfaces:
IXWPFConverter<T>
Direct Known Subclasses:
PdfConverter, XHTMLConverter

public abstract class AbstractXWPFConverter<T extends Options>
extends Object
implements IXWPFConverter<T>


Constructor Summary
AbstractXWPFConverter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXWPFConverter

public AbstractXWPFConverter()
Method Detail

convert

public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
                    OutputStream out,
                    T options)
             throws XWPFConverterException,
                    IOException
Specified by:
convert in interface IXWPFConverter<T extends Options>
Throws:
XWPFConverterException
IOException

convert

public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
                    Writer writer,
                    T options)
             throws XWPFConverterException,
                    IOException
Throws:
XWPFConverterException
IOException

doConvert

protected abstract void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument XWPFDocument,
                                  OutputStream out,
                                  Writer writer,
                                  T options)
                           throws XWPFConverterException,
                                  IOException
Throws:
XWPFConverterException
IOException


Copyright © 2013. All rights reserved.