It is possible to create a single underline using the following style: -rtfx-underline-color: black; -rtfx-underline-width: 1px;. But I need a double underline, what in web can be done using text-decoration-line: underline; text-decoration-style: double;. Could anyone say how to do it?
It is possible to create a single underline using the following style:
-rtfx-underline-color: black; -rtfx-underline-width: 1px;. But I need a double underline, what in web can be done usingtext-decoration-line: underline; text-decoration-style: double;. Could anyone say how to do it?