Hi,

thanks for the quick response.

>  Please read chapter 8 for more info.
My problem is that im working with the 2007 book. :(

>  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.
My problem is, that I quite don't get the connection between the PdfPCellEvent 
and
how to add a RadioCheckField into my cell.

More precise:
I dont't know how to get the rect out of the PdfPCellEvent, to dynamically
create a RadioCheckFields within the table. I guess I'm missing something here.

Thanks
Jonny



Am 23.12.2010 09:29, schrieb 1T3XT BVBA:
> 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
> [email protected]
> 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
>


------------------------------------------------------------------------------
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
[email protected]
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