Hi,
I want to use docx4j in my project, but I can't find some options which I need.
1. Exists in docx4j "if" which can be put in docx and condition will be checking with java variables e.g.
if(<java_var>)
put table to docx
else
put something else
2. Can I, instead of String, replace ${variable} (in docx) with List<String>?
Regards