public final class RTFUtility extends Object
| Constructor and Description |
|---|
RTFUtility() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPlainText(String text)
Simple heuristic to determine if the string may contain RTF commands.
|
static String |
strip(String text)
This method removes all RTF formatting from a given piece of text.
|
public static boolean isPlainText(String text)
text - source textCopyright © 2013. All Rights Reserved.