Class RMRTFParser


  • public class RMRTFParser
    extends java.lang.Object
    Parses 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 RMXString parse​(java.lang.String rtf, RMFont baseFont)
      Returns an xstring from the given rtf string and default font.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMRTFParser

        public RMRTFParser()
    • Method Detail

      • parse

        public static RMXString parse​(java.lang.String rtf,
                                      RMFont baseFont)
        Returns an xstring from the given rtf string and default font.