RTF Specification
Hi,
Actually i am creating a rtf file using a rtf specification from java. it is working fine but there is problem in bullet. While creating bullet it creates a bullet but doesnt format the text after bullet as it general does in word doc.
for eg:
out.println("\\bullet This is a bullet created by using a bullet control word");
output:
* This is a bullet created by
using a bullet control word
where as i require it to be properly formatted as it is in a word doc
req output:
* This is a bullet created by
using a bullet control word
Can u help.
Thanks

