// make a special configuration for a cell
// set the size of the cell (not automatically computed by MS-Word
tableDesc.getCellAt(1, 2)
.setCellSize(
new TableCellSize(TableWidthType.TABLE_WIDTH_DXA,
(short) 4096));
tableDesc.getCellAt(1, 2).setCellBackgroundColor("FA0000"); // set a red
// background
return tableDesc;