Font font = new Font(); | Font font = new Font(); | ||||
font.setSize(10.5f); | font.setSize(10.5f); | ||||
font.setStyle(Font.NORMAL); | font.setStyle(Font.NORMAL); | ||||
for (int i = 0; i < 18; i++) { | |||||
for (int i = 0; i < 16; i++) { | |||||
Cell cell = new Cell(); | Cell cell = new Cell(); | ||||
String str = null; | String str = null; | ||||
cell.setVerticalAlignment(Element.ALIGN_LEFT); | cell.setVerticalAlignment(Element.ALIGN_LEFT); |