org.odftoolkit.odfdom.converter.core
Interface IODFConverter<T extends Options>

All Known Implementing Classes:
AbstractODFConverter, AbstractODFElementVisitorConverter, PdfConverter, XHTMLConverter

public interface IODFConverter<T extends Options>


Method Summary
 void convert(org.odftoolkit.odfdom.doc.OdfDocument document, OutputStream out, T options)
           
 void convert(org.odftoolkit.odfdom.doc.OdfDocument document, Writer writer, T options)
           
 

Method Detail

convert

void convert(org.odftoolkit.odfdom.doc.OdfDocument document,
             OutputStream out,
             T options)
             throws ODFConverterException,
                    IOException
Throws:
ODFConverterException
IOException

convert

void convert(org.odftoolkit.odfdom.doc.OdfDocument document,
             Writer writer,
             T options)
             throws ODFConverterException,
                    IOException
Throws:
ODFConverterException
IOException


Copyright © 2013. All rights reserved.