| Class | Description |
|---|---|
| HTMLColorParser |
Colors in CSS can be defined in a few different ways:
- As hexadecimal values (supported)
- As RGB values (supported)
- By color names (unsupported)
- As HSL values (CSS3) (unsupported)
- As HWB values (CSS4) (unsupported)
- With the currentcolor keyword (unsupported)
|
| HTMLTextStylingContentHandler |
SAX content handler used to parse HTML content and call the right method of
IDocumentHandler according the
HTML content. |
| HTMLTextStylingTransformer |
HTML text styling transformer to transform HTML to another document kind (odt, docx, etc) syntax.
|
| StylesHelper |
Styles Helper.
|
Copyright © 2022. All Rights Reserved.