Class XHTMLConverter

java.lang.Object
fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>
fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter
All Implemented Interfaces:
fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<XHTMLOptions>

public class XHTMLConverter extends fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<XHTMLOptions>
  • Constructor Details

    • XHTMLConverter

      public XHTMLConverter()
  • Method Details

    • getInstance

      public static fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<XHTMLOptions> getInstance()
    • doConvert

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

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