Package com.scroogexhtml.converter
Class RTFReader
java.lang.Object
com.scroogexhtml.converter.RTFReader
A class which represents the RTF reader and its state.
-
Constructor Summary
ConstructorsConstructorDescriptionRTFReader
(ScroogeXHTMLBase converter) Create a new instance and assign the converter. -
Method Summary
-
Constructor Details
-
RTFReader
Create a new instance and assign the converter.- Parameters:
converter
- The converter (owner).
-