5253545556575859606162
table.setColumnWidth(0, 300); // set width of the 2nd column table.setColumnWidth(1, 150); slide.addShape(table); table.moveTo(100, 100); FileOutputStream out = new FileOutputStream("data/Table_Apache.ppt"); ppt.write(out); out.close(); }