net.sf.mpxj.utility
Class RTFUtility
java.lang.Object
net.sf.mpxj.utility.RTFUtility
public final class RTFUtility
- extends Object
This class is used to collect together utility functions for manipulating
RTF encoded text.
|
Method Summary |
String |
strip(String text)
This method removes all RTF formatting from a given piece of text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTFUtility
public RTFUtility()
strip
public String strip(String text)
- This method removes all RTF formatting from a given piece of text.
- Parameters:
text - Text from which the RTF formatting is to be removed.
- Returns:
- Plain text
Copyright © 2012. All Rights Reserved.