Op 23/12/2010 8:41, Johannes Becker schreef:
> private class RadioRectangle implements PdfPCellEvent
> {
>      public void cellLayout(PdfPCell cell, Rectangle rect,   PdfContentByte[] 
> canvas)
>      {
>        // dont know what to do
Get the PdfWriter instance from one of the canvases (for instance 
canvas[0].getWriter()).
The coordinates of the cell are stored in rect.
With these parameters, it's just a matter of creating the checkbox as is 
done in the book.
Please read chapter 8 for more info.
>      }
> }


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to