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

[668 byte] By [Ashitosha] at [2007-11-27 9:37:37]
# 1
Not a Java question, but in general I would create the output you desire in Word and save as RTF. That will show you what the RTF needs to look like.
ejpa at 2007-7-12 23:09:13 > top of Java-index,Java Essentials,Java Programming...
# 2
Thanks ejb,Your hint gaved me the solution.Thank You Thank You very much.As i was trying to solve this for last 1 week.Thank You!!!!!
Ashitosha at 2007-7-12 23:09:13 > top of Java-index,Java Essentials,Java Programming...
# 3
Am I the only one who thought the title of this thread stood for "read the f***ing specification"?
petes1234a at 2007-7-12 23:09:13 > top of Java-index,Java Essentials,Java Programming...