Uses of Class
org.apache.poi.xwpf.converter.xhtml.XHTMLOptions

Packages that use XHTMLOptions
fr.opensagres.xdocreport.converter.docx.poi.xhtml   
org.apache.poi.xwpf.converter.xhtml   
org.apache.poi.xwpf.converter.xhtml.internal   
 

Uses of XHTMLOptions in fr.opensagres.xdocreport.converter.docx.poi.xhtml
 

Methods in fr.opensagres.xdocreport.converter.docx.poi.xhtml that return XHTMLOptions
 XHTMLOptions XWPF2XHTMLConverter.toXHTMLOptions(Options options)
           
 

Uses of XHTMLOptions in org.apache.poi.xwpf.converter.xhtml
 

Methods in org.apache.poi.xwpf.converter.xhtml that return XHTMLOptions
static XHTMLOptions XHTMLOptions.create()
           
static XHTMLOptions XHTMLOptions.getDefault()
           
 XHTMLOptions XHTMLOptions.indent(Integer indent)
           
 XHTMLOptions XHTMLOptions.setFragment(boolean fragment)
           
 XHTMLOptions XHTMLOptions.setIgnoreStylesIfUnused(boolean ignoreStylesIfUnused)
           
 XHTMLOptions XHTMLOptions.setOmitHeaderFooterPages(boolean omitHeaderFooterPages)
           
 XHTMLOptions XHTMLOptions.URIResolver(IURIResolver resolver)
           
 

Methods in org.apache.poi.xwpf.converter.xhtml that return types with arguments of type XHTMLOptions
static IXWPFConverter<XHTMLOptions> XHTMLConverter.getInstance()
           
 

Methods in org.apache.poi.xwpf.converter.xhtml with parameters of type XHTMLOptions
 void XHTMLConverter.convert(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, XHTMLOptions options)
           
 ContentHandler IContentHandlerFactory.create(OutputStream out, Writer writer, XHTMLOptions options)
           
 ContentHandler DefaultContentHandlerFactory.create(OutputStream out, Writer writer, XHTMLOptions options)
           
protected  void XHTMLConverter.doConvert(org.apache.poi.xwpf.usermodel.XWPFDocument document, OutputStream out, Writer writer, XHTMLOptions options)
           
 

Uses of XHTMLOptions in org.apache.poi.xwpf.converter.xhtml.internal
 

Constructors in org.apache.poi.xwpf.converter.xhtml.internal with parameters of type XHTMLOptions
XHTMLMapper(org.apache.poi.xwpf.usermodel.XWPFDocument document, ContentHandler contentHandler, XHTMLOptions options)
           
 



Copyright © 2013. All rights reserved.