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 -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options) static XWPF2XHTMLConverterfr.opensagres.xdocreport.converter.MimeMappingbooleanfr.opensagres.poi.xwpf.converter.xhtml.XHTMLOptionstoXHTMLOptions(fr.opensagres.xdocreport.converter.Options options) Methods inherited from class fr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
canSupportEntries, convert
-
Constructor Details
-
XWPF2XHTMLConverter
public XWPF2XHTMLConverter()
-
-
Method Details
-
getInstance
-
convert
public void convert(InputStream in, OutputStream out, fr.opensagres.xdocreport.converter.Options options) throws fr.opensagres.xdocreport.converter.XDocConverterException - Specified by:
convertin interfacefr.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:
getMimeMappingin interfacefr.opensagres.xdocreport.converter.IConverter
-
isDefault
public boolean isDefault()- Specified by:
isDefaultin interfacefr.opensagres.xdocreport.converter.IConverter- Overrides:
isDefaultin classfr.opensagres.xdocreport.converter.internal.AbstractConverterNoEntriesSupport
-