|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.text.TextProcessing
public final class TextProcessing
TextProcessing - Various methods for text processing
| Method Summary | |
|---|---|
static java.lang.String |
performLineFolding(java.lang.String content,
int linewrap)
Performs the line folding after specified number of characters through parameter linewrap. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String performLineFolding(java.lang.String content,
int linewrap)
linewrap. Occurring HTML links are
excluded.
If parameter isHtml is set to true the content is returned unchanged.
content - The plain text content to foldlinewrap - The number of characters which may fit into a line
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||