Hi,
1. I have table in the word template and i want to know how to hide or show it using docx4j.
2. how to adjust column/cell width.
3. any suggestion or link to refer some examples.
4. how to wrap text in table cell.
5. how to break data in newlines in a table cell. Example "abc cde efg hij klm nop qrs tuv wxyz". I want to show "abc cde" in the first line and then "efg hij" in the second line in a table cell.