Package com.inductiveautomation.rm.text
Class RMHTMLParser
- java.lang.Object
- 
- com.inductiveautomation.rm.text.RMHTMLParser
 
- 
 public class RMHTMLParser extends java.lang.ObjectThis class provides methods to create an xstring from HTML and RTF.
- 
- 
Constructor SummaryConstructors Constructor Description RMHTMLParser()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static RMXStringparse(java.lang.String html, RMFont baseFont)Returns an xstring for the given html string and a default font.
 
-