public final class HtmlToText extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMAIL_LINE_WIDTH_MAX
Maximum length of a line in email body (in characters)
|
| Modifier and Type | Method and Description |
|---|---|
static String |
htmlToPlainText(String html)
Convert provided html string to plain text preserving the formatting
as much as possible.
|
public static final int EMAIL_LINE_WIDTH_MAX
public static String htmlToPlainText(String html)
NullPointerExceptionCopyright © 2012. All Rights Reserved.