I know what you mean, but if I have a big table not full, with empty cells, and info with (x,y) locations... maybe there should be a way to locate the data in the table...
----- Original Message ----- From: "Matt Benson" <[EMAIL PROTECTED]> To: "Mat�as_Salvador" <[EMAIL PROTECTED]>; "iText List" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 5:39 PM Subject: Re: [iText-questions] TABLES & CELL's... > If you declare a Table with three columns, for > example, the first Cell you add will go to position > (1, 1). The second will go to (2, 1). The third, (3, > 1). The fourth Cell you add will be in position (1, > 2), and so on. You can use the other methods as well, > so long as you keep in mind what the parameters mean. > > -Matt > > --- Mat�as_Salvador <[EMAIL PROTECTED]> > wrote: > > 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 > > > __________________________________________________ > 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
