Is there a way to delete a section and its contents programmatically using docx4j?
My requirement is to have a document template with 4 sections relating to product information about products A, B, C and D. The product information for each of them will have a combination of static text and dynamic data that will be generated at runtime and the dynamic info resides in the database tables. I am planning to include content controls ...