org.apache.poi.xwpf.converter.core
Interface IXWPFConverter<T extends Options>

All Known Implementing Classes:
AbstractXWPFConverter, PdfConverter, XHTMLConverter

public interface IXWPFConverter<T extends Options>


Method Summary
 void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, T options)
           
 

Method Detail

convert

void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
             OutputStream out,
             T options)
             throws XWPFConverterException,
                    IOException
Throws:
XWPFConverterException
IOException


Copyright © 2013. All rights reserved.