Open GoogleCodeExporter opened 9 years ago
I'm looking for the solution to the same problem. How can I set position and
size for
diferents text boxes?
Original comment by che...@gmail.com
on 12 May 2010 at 6:38
Attachments:
Before using addCell, you shoud position it with setX and setY.
For example:
pdfDoc.setY(pdfDoc.getY() + 2); // Vertical positioning
pdfDoc.setX(pdfDoc.getX() + 10); // Horizontal positioning
pdfDoc.addCell(32, 0, mytext,0,0,"C");
Original comment by jairofra...@gmail.com
on 11 Jan 2011 at 3:47
Original issue reported on code.google.com by
isabelma...@googlemail.com
on 3 Apr 2008 at 9:12