But if I have a Table with x columns, I need to tell the Table if I add a Cell in my (2,4) or in my (1,1) position... don't I? How does it realises where to put my cell?
Thanks! ----- Original Message ----- From: "Matt Benson" <[EMAIL PROTECTED]> To: "Mat�as_Salvador" <[EMAIL PROTECTED]>; "iText List" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 5:15 PM Subject: Re: [iText-questions] TABLES & CELL's... > The easiest thing is to just use addCell(Cell). > addCell(Cell, Point) and addCell(Cell, int, int) are > for adding a Cell at a particular column and row in > the Table. > > -Matt > > --- Mat�as_Salvador <[EMAIL PROTECTED]> > wrote: > > When I use the addCell() method, it has two > > parameters, the Cell and the location, that is a > > Point object. These coordinates, X and Y, in which > > unit are they? Because I'm having a: > > > > "java.lang.IndexOutOfBoundsException: reserve - > > incorrect column/size" , and don't know what am I > > putting wrong... > > > > Thanks for any help you can give me... > > > > > > Saludos/Regards, > > > > Mat�as Salvador > > Systems Analyst > > SISA Java Development Team > > Roca Av. 590 7th Floor > > C1067ABN - Buenos Aires Current ICQ status 63907687 > > > > ( +54.011.4345.0537 (131) > > > > > ATTACHMENT part 2 application/octet-stream > name=online?icq=63907687&img=21 > > > > __________________________________________________ > Do you Yahoo!? > U2 on LAUNCH - Exclusive greatest hits videos > http://launch.yahoo.com/u2 ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
