如果将table宽度设为百分之百
------解决方案--------------------------------------------------------
图挂 了,
------解决方案--------------------------------------------------------
Table tt2 = new Table(8);
int WidthEt2[] = { 3, 3, 3, 3, 3, 3, 3, 3 }; // 定义表格的单元格宽度
tt2.setWidths(WidthEt2);
如果Table(8)对应有八个{ 3, 3, 3, 3, 3, 3, 3, 3 };
这是设置每个列的宽度为3