| Interface | Description |
|---|---|
| DivHandler | |
| XHTMLImageHandler | |
| XHTMLImporter |
| Class | Description |
|---|---|
| BookmarkHelper | |
| DivToSdt |
Optionally convert each div element to an SDT (aka content control).
|
| DomCssValueAdaptor | |
| FontHandler | |
| FSColorToHexString | |
| HeadingHandler | |
| ImportXHTMLProperties | |
| ListHelper | |
| MHTContentHandler |
This class allows us to get the body
|
| MHTFilterInputStream | |
| ParagraphBorderHelper |
Consider p/@style="border: 1px solid black;padding-left:20px;"
That should generates something like:
<w:pBdr>
<w:left w:val="single" w:sz="6" w:space="15" w:color="000000"/>
Because this is multiple CSS properties to one WordML element, it
is best to handle it in this dedicated helper class.
|
| PPrCleanser | |
| RGBColorImpl | |
| RPrCleanser | |
| TableHelper | |
| XHTMLImageHandlerDefault | |
| XHTMLImporterImpl |
Convert XHTML + CSS to WordML content.
|
| XHTMLImporterImpl.TableProperties |
| Enum | Description |
|---|---|
| FormattingOption |
CLASS_TO_STYLE_ONLY: a Word style matching a class attribute will
be used, and nothing else
CLASS_PLUS_OTHER: a Word style matching a class attribute will
be used; other css will be translated to direct formatting
IGNORE_CLASS: css will be translated to direct formatting
|
Copyright © 2013–2025. All rights reserved.