Class RTFParser
java.lang.Object
com.nomagic.magicreport.engine.rtf.RTFParser
RTF parser which is able to parse RTF Stream.
- Since:
- Jun 19, 2007
-
Method Summary
Modifier and TypeMethodDescriptionstatic RTFNodeparse(CharSequence word) A convenience method to parse a word intoRTFNode.
-
Method Details
-
parse
A convenience method to parse a word intoRTFNode. RTFNode can be eitherRTFControlorRTFText(Text without control words).- Parameters:
word- word to be parsed- Returns:
- a
RTFNode
-