Hi Jason,
Could you please provide sample code for the below questions
1. I have a table and i want to color rows in the table based on the value of one cell in that row. Please refer 1st table in the attached document.
Column4 value true should make row1 to appear in one color and value false makes it appear in different color.
First 2 column are static and present in the word template and the 3rd and 4th column added using docx4j api.
2. I want to fill color in one cell based on the value in that cell. If the column4 has value less than 5 then highlight that cell with different color. Please refer 2nd table in the attached document.