A simple java class to generate new .rtf files
Simple example of use
RTFgenerator a = new RTFgenerator("filename.rtf");
a.addText("test");
a.addText(" test\n");
a.addText("test\n");
a.openTable("7000", "9000");
a.addRowTable("o", "a");
a.addRowTable("o", "a");
a.addRowTable("o", "a");
a.createFile();
Special chars
- /b /b0 to bold
- /i /i0 to italic
- /u /u0 to underlined