|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.util.common.html.HtmlToText
public final class HtmlToText
Convert provided html formatted string to text format.
Field Summary | |
---|---|
static int |
EMAIL_LINE_WIDTH_MAX
Maximum length of a line in email body (in characters) |
Method Summary | |
---|---|
static java.lang.String |
htmlToPlainText(java.lang.String html)
Convert provided html string to plain text preserving the formatting as much as possible. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EMAIL_LINE_WIDTH_MAX
Method Detail |
---|
public static java.lang.String htmlToPlainText(java.lang.String html)
java.lang.NullPointerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |