类 CustomXHTMLConverter

java.lang.Object
fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter<fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions>
fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter
com.publiccms.common.document.CustomXHTMLConverter
所有已实现的接口:
fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions>

public class CustomXHTMLConverter extends fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions>
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions options)
     
    static fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions>
     

    从类继承的方法 fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter

    doConvert

    从类继承的方法 fr.opensagres.poi.xwpf.converter.core.AbstractXWPFConverter

    convert, convert

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • INSTANCE

      private static final fr.opensagres.poi.xwpf.converter.core.IXWPFConverter<fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions> INSTANCE
  • 构造器详细资料

    • CustomXHTMLConverter

      public CustomXHTMLConverter()
  • 方法详细资料

    • getInstance

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

      public void convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, fr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptions options) throws fr.opensagres.poi.xwpf.converter.core.XWPFConverterException, IOException
      覆盖:
      convert 在类中 fr.opensagres.poi.xwpf.converter.xhtml.XHTMLConverter
      抛出:
      fr.opensagres.poi.xwpf.converter.core.XWPFConverterException
      IOException