Hey guys,
I got some problem that I don't really understand.
I created a template in Word 2010 with few placeholders and I want to fill in them with some strings. Some of those string include linebreaks.
Everytime I just print this string in console (via System.out.print), it's looks like:
- 1
- 2
- 3
(by the way.. it's not a list or something. This string comes from a SQL DB)
Anytime I fill ...