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
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
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
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
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
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
-
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
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
>
>
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]