Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 449 Bytes

RTFgenerator

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