Re: [iText-questions] leader

2006-12-03 Thread Rick Roen
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(&

Re: [iText-questions] leader

2006-12-03 Thread Bruno Lowagie
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

Re: [iText-questions] leader

2006-12-03 Thread Rick Roen
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

Re: [iText-questions] leader

2006-12-03 Thread Rick Roen
[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

Re: [iText-questions] leader

2006-12-03 Thread Bruno Lowagie
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 >

[iText-questions] leader

2006-12-02 Thread Rick Roen
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