| Package | Description |
|---|---|
| org.apache.poi.xwpf.converter.xhtml | |
| org.apache.poi.xwpf.converter.xhtml.internal |
| Modifier and Type | Method and Description |
|---|---|
static XHTMLOptions |
XHTMLOptions.create() |
static XHTMLOptions |
XHTMLOptions.getDefault() |
XHTMLOptions |
XHTMLOptions.indent(Integer indent) |
XHTMLOptions |
XHTMLOptions.setContentHandlerFactory(IContentHandlerFactory contentHandlerFactory) |
XHTMLOptions |
XHTMLOptions.setFragment(boolean fragment) |
XHTMLOptions |
XHTMLOptions.setIgnoreStylesIfUnused(boolean ignoreStylesIfUnused) |
XHTMLOptions |
XHTMLOptions.setOmitHeaderFooterPages(boolean omitHeaderFooterPages) |
XHTMLOptions |
XHTMLOptions.URIResolver(IURIResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
static IXWPFConverter<XHTMLOptions> |
XHTMLConverter.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
XHTMLMapper(org.apache.poi.xwpf.usermodel.XWPFDocument document,
ContentHandler contentHandler,
XHTMLOptions options) |
Copyright © 2015. All Rights Reserved.