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

All Known Implementing Classes:
AbstractXWPFConverter

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 © 2014. All Rights Reserved.