I do use iText, the line-wrap I have problem with is not in paragraph, rather it's in a cell of a table. If the string/sentence in the cell is too long, it right now grows out of the cell and corrupts the next cell in the row. The class I use is PdfContentByte and the method is showText(). I saw people mention addWrap to wrap a line within a cell but I couldn't find this method in iText, is it in another library? Thanks.
--- Paulo Soares <[EMAIL PROTECTED]> wrote: > In iText the lines wrap by default. > Are you using iText or are you looking for a library > that has the > addWrap() method? > > Best Regards, > Paulo Soares > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On Behalf Of E T > > Sent: Thursday, March 04, 2004 7:13 AM > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] Where can I find > addWrap()? > > > > I'm looking for a way to wrap a line within a > cell, > > not at specific position. I saw someone mentioned > > addWrap() but could not find this method in iText. > I'd > > appreciate any help. > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Search - Find what you're looking for > faster > > http://search.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux > Tutorials > > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > > GenToo technologies. Learn everything from > fundamentals to system > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iText-questions mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
