51,410
社区成员
发帖
与我相关
我的任务
分享float[] columnWidths = {20, 30, 50};
Table table = new Table(columnWidths); UnitValue[] unitValue = new UnitValue[]{
UnitValue.createPercentValue((float) 20),
UnitValue.createPercentValue((float) 30),
UnitValue.createPercentValue((float) 50)};
Table table = new Table(unitValue );