net.sf.mpxj.utility
Class RTFUtility

java.lang.Object
  extended by 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.


Constructor Summary
RTFUtility()
           
 
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
 

Constructor Detail

RTFUtility

public RTFUtility()
Method Detail

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.