for (int i=1 ; i<=cols; i++) {
Tc tc = Context.getWmlObjectFactory().createTc();
tr.getEGContentCellContent().add(tc);
TcPr tcPr = Context.getWmlObjectFactory().createTcPr();
tc.setTcPr(tcPr);
// <w:tcW w:w="4788" w:type="dxa"/>
TblWidth cellWidth = Context.getWmlObjectFactory().createTblWidth();
tcPr.setTcW(cellWidth);
cellWidth.setType("dxa");
cellWidth.setW(BigInteger.valueOf(cellWidthTwips));
// Cell content - an empty <w:p/>
tc.getEGBlockLevelElts().add(