How to set width for particular cell in word table

2016-09-07 Thread MAHESH SHARAN
Hi Mark, Is it possible to set width for particular cell in word table using XWPF document without altering other cell width. I am using the below code to set the width, but its setting for entire column. tableRow.getCell(0).getCTTc().addNewTcPr().addNewTcW().setW(BigInteger.valueOf(5000)); T

clarifications

2016-09-19 Thread MAHESH SHARAN
Hi Mark, Can you please provide the clarification for the below points. 1. Is it possible to deselect the checkbox "In the Table properties - Options, "Automatically resize to fit contents " using Apache POI. 2. Is split cell option is available in POI, I want to add 3 rows inside