当前位置: 技术问答>java相关
itext做pdf的问题,急用,在线!
来源: 互联网 发布时间:2017-03-19
本文导语: 怎么设置一个表的绝对宽度。 怎么设置一个cell或在table中设置cell的高度。 如解决马上给分,本人结贴率100% | table绝对宽度用这个试试: absWidth private String absWidthThis is the width of the tabl...
怎么设置一个表的绝对宽度。
怎么设置一个cell或在table中设置cell的高度。
如解决马上给分,本人结贴率100%
怎么设置一个cell或在table中设置cell的高度。
如解决马上给分,本人结贴率100%
|
table绝对宽度用这个试试:
absWidth
private String absWidthThis is the width of the table (in pixels).
cell的高度怕是不行,只能设置跨几行或几列。
absWidth
private String absWidthThis is the width of the table (in pixels).
cell的高度怕是不行,只能设置跨几行或几列。
|
Table testTable = new Table();
testTable.setTotalWidth(10.0);
试下这个方法!~设置表格绝对宽度
testTable.setTotalWidth(10.0);
试下这个方法!~设置表格绝对宽度