org.apache.poi.xwpf.converter.xhtml
Class XHTMLConverter

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>
      extended by org.apache.poi.xwpf.converter.xhtml.XHTMLConverter
All Implemented Interfaces:
IXWPFConverter<XHTMLOptions>

public class XHTMLConverter
extends AbstractXWPFConverter<XHTMLOptions>


Constructor Summary
XHTMLConverter()
           
 
Method Summary
 void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, XHTMLOptions options)
           
protected  void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, Writer writer, XHTMLOptions options)
           
static IXWPFConverter<XHTMLOptions> getInstance()
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.AbstractXWPFConverter
convert, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XHTMLConverter

public XHTMLConverter()
Method Detail

getInstance

public static IXWPFConverter<XHTMLOptions> getInstance()

doConvert

protected void doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
                         OutputStream out,
                         Writer writer,
                         XHTMLOptions options)
                  throws XWPFConverterException,
                         IOException
Specified by:
doConvert in class AbstractXWPFConverter<XHTMLOptions>
Throws:
XWPFConverterException
IOException

convert

public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document,
                    ContentHandler contentHandler,
                    XHTMLOptions options)
             throws XWPFConverterException,
                    IOException
Throws:
XWPFConverterException
IOException


Copyright © 2013. All rights reserved.