Class XWPF2XHTMLConverter

java.lang.Object
fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
fr.opensagres.xdocreport.converter.docx.poi.xhtml.XWPF2XHTMLConverter
All Implemented Interfaces:
fr.opensagres.xdocreport.converter.IConverter, fr.opensagres.xdocreport.converter.MimeMappingConstants

public class XWPF2XHTMLConverter extends fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport implements fr.opensagres.xdocreport.converter.MimeMappingConstants
  • Field Summary

    Fields inherited from interface fr.opensagres.xdocreport.converter.MimeMappingConstants

    FO_EXTENSION, FO_MIME_MAPPING, PDF_EXTENSION, PDF_MIME_MAPPING, PDF_MIME_TYPE, XHTML_EXTENSION, XHTML_MIME_MAPPING, XHTML_MIME_TYPE, XML_MIME_TYPE, ZIP_EXTENSION, ZIP_MIME_MAPPING, ZIP_MIME_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options)
     
     
    fr.opensagres.xdocreport.converter.MimeMapping
     
    boolean
     
    fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions
    toXHTMLOptions(fr.opensagres.xdocreport.converter.Options options)
     

    Methods inherited from class fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport

    canSupportEntries, convert

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XWPF2XHTMLConverter

      public XWPF2XHTMLConverter()
  • Method Details

    • getInstance

      public static XWPF2XHTMLConverter getInstance()
    • convert

      public void convert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options) throws fr.opensagres.xdocreport.converter.XDocConverterException
      Specified by:
      convert in interface fr.opensagres.xdocreport.converter.IConverter
      Throws:
      fr.opensagres.xdocreport.converter.XDocConverterException
    • toXHTMLOptions

      public fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions toXHTMLOptions(fr.opensagres.xdocreport.converter.Options options)
    • getMimeMapping

      public fr.opensagres.xdocreport.converter.MimeMapping getMimeMapping()
      Specified by:
      getMimeMapping in interface fr.opensagres.xdocreport.converter.IConverter
    • isDefault

      public boolean isDefault()
      Specified by:
      isDefault in interface fr.opensagres.xdocreport.converter.IConverter
      Overrides:
      isDefault in class fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport