Re: [iText-questions] PdfPTable in List

2007-03-12 Thread Mitch Freed
iText here Subject: Re: [iText-questions] PdfPTable in List Mitch Freed wrote: > Thanks for the help. It looks like this is a difference between > Document.Add() and ColumnText.AddElement(). It isn't working using > ColumnText to add the PdfPTable to the List and then add the list t

Re: [iText-questions] PdfPTable in List

2007-03-10 Thread Bruno Lowagie
Mitch Freed wrote: > Thanks for the help. It looks like this is a difference between > Document.Add() and ColumnText.AddElement(). It isn't working using > ColumnText to add the PdfPTable to the List and then add the list to > ColumnText. I stand corrected. It doesn't work in ColumnText. You'll ha

Re: [iText-questions] PdfPTable in List

2007-03-09 Thread Mitch Freed
EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Friday, March 09, 2007 11:08 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable in List Mitch Freed wrote: > I had and it doesn't. You're not trying hard enough. > You can't add a PdfPTable to

Re: [iText-questions] PdfPTable in List

2007-03-09 Thread Bruno Lowagie
Mitch Freed wrote: I had and it doesn't. You're not trying hard enough. You can't add a PdfPTable to ListItem() My attachment proves the opposite. but you can add it to the List class. That's not done. br, Bruno table_in_list.pdf Description: Adobe PDF document package test; import

Re: [iText-questions] PdfPTable in List

2007-03-09 Thread Mitch Freed
no Lowagie Sent: Friday, March 09, 2007 10:21 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable in List Mitch Freed wrote: > I'm pretty sure I've asked this before, but can't find any post about > it so I'll ask again. Is it possi

Re: [iText-questions] PdfPTable in List

2007-03-09 Thread Bruno Lowagie
Mitch Freed wrote: > I'm pretty sure I've asked this before, but can't find any post about it > so I'll ask again. Is it possible to add a PdfPTable to a List using the > List class? Why not just try if it works? If not, ask the question again and add your small code sample. br, Bruno -

[iText-questions] PdfPTable in List

2007-03-09 Thread Mitch Freed
I'm pretty sure I've asked this before, but can't find any post about it so I'll ask again. Is it possible to add a PdfPTable to a List using the List class? Thanks, Mitch Freed Email: [EMAIL PROTECTED] - Take Surveys. Ea

RE: [iText-questions] PdfPTable in List

2005-11-04 Thread Paulo Soares
Not in ColumnText. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mitch Freed > Sent: Friday, November 04, 2005 6:52 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfPTable in List > >

[iText-questions] PdfPTable in List

2005-11-03 Thread Mitch Freed
Is there any way to get a PdfPTable to work inside a List using List.add() or ListItem.add()? I've tried several different things and looked all over the archives and haven't seen anything saying you can or cannot.   Thanks, Mitch Freed [EMAIL PROTECTED]