Hello everybody,
As i am a rookie in using this framework, i have a question about using HTML-Tags in the source code. I want to add html-code into a table.
For example:
String s = "Text</br>" + "</br>" + "break</br>" + "</br>";
Now i want to convert this string into a representing form, docx4j can handle this.
Is this possible?
Greetz,
Cyroluxx
(And sorry about my bad english )