类 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
-
字段详细资料
-
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
-