@deprecated use #toHtml(Spanned, int) instead.
(Spanned text)
| 60 | * @deprecated use {@link #toHtml(Spanned, int)} instead. |
| 61 | */ |
| 62 | @Deprecated |
| 63 | public /* static */ String toHtml(Spanned text) { |
| 64 | return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Returns an HTML representation of the provided Spanned text. A best effort is |
no test coverage detected