| Interface | Description |
|---|---|
| DivHandler | |
| XHTMLImageHandler |
| Class | Description |
|---|---|
| BookmarkHelper | |
| DivToSdt | |
| FontHandler | |
| FSColorToHexString | |
| HeadingHandler | |
| ImportXHTMLProperties | |
| ListHelper | |
| 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 | |
| RPrCleanser | |
| TableHelper | |
| XHTMLImageHandlerDefault | |
| XHTMLImporterImpl |
Convert XHTML + CSS to WordML content.
|
| XHTMLImporterImpl.TableProperties |
Copyright © 2013-2018. All Rights Reserved.