Package com.inductiveautomation.rm.text
Class RMRTFParser
- java.lang.Object
 - 
- com.inductiveautomation.rm.text.RMRTFParser
 
 
- 
public class RMRTFParser extends java.lang.ObjectParses rtf data from a string and returns it as an xstring. 
- 
- 
Constructor Summary
Constructors Constructor Description RMRTFParser() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RMXStringparse(java.lang.String rtf, RMFont baseFont)Returns an xstring from the given rtf string and default font. 
 -