t: Re: [iText-questions] leader
Rick Roen wrote:
> Well now that I try to do the footer with a table I am having a problem.
>
> Here is what I am doing in VB.Net (pseudo code):
>
> Dim phrase as Phrase = new Phrase()
> Dim table as PdfPTable = new PdfPTable(1)
> Table.AddCell(&
Rick Roen wrote:
> Well now that I try to do the footer with a table I am having a problem.
>
> Here is what I am doing in VB.Net (pseudo code):
>
> Dim phrase as Phrase = new Phrase()
> Dim table as PdfPTable = new PdfPTable(1)
> Table.AddCell("footer text")
> Phrase.Add(table)
> Dim footer as H
PROTECTED] On Behalf Of Bruno
Lowagie
Sent: Sunday, December 03, 2006 1:34 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] leader
Rick Roen wrote:
> I want to space two sets of text to the right and left of an area. For
> example in the footer I would like som
[mailto:[EMAIL PROTECTED] On Behalf Of Bruno
Lowagie
Sent: Sunday, December 03, 2006 1:34 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] leader
Rick Roen wrote:
> I want to space two sets of text to the right and left of an area. For
> example in the foote
Rick Roen wrote:
> I want to space two sets of text to the right and left of an area. For
> example in the footer I would like something like this:
>
>
>
> +++
>
> Left aligned text
>
I want to space two sets of text to the right and left of an area. For
example in the footer I would like something like this:
+++
Left aligned text
right aligned text