| Package | Description |
|---|---|
| org.zwobble.mammoth |
| Modifier and Type | Method and Description |
|---|---|
DocumentConverter |
DocumentConverter.addStyleMap(String styleMap)
Add a style map to specify the mapping of Word styles to HTML.
|
DocumentConverter |
DocumentConverter.disableDefaultStyleMap()
By default, any added style maps are combined with the default style map.
|
DocumentConverter |
DocumentConverter.disableEmbeddedStyleMap()
By default, if the document contains an embedded style map, then it is combined with the default style map.
|
DocumentConverter |
DocumentConverter.idPrefix(String idPrefix)
A string to prepend to any generated IDs,
such as those used by bookmarks, footnotes and endnotes.
|
DocumentConverter |
DocumentConverter.imageConverter(ImageConverter.ImgElement imageConverter)
By default, images are converted to
<img> elements with the source included inline in the src attribute. |
DocumentConverter |
DocumentConverter.preserveEmptyParagraphs()
By default, empty paragraphs are ignored.
|
Copyright © 2018. All rights reserved.