Re: [iText-questions] MultiColumnText alignment problems

2010-07-13 Thread 1T3XT info
aloksurati wrote: > Hi > Can you please submit your code. > > So that I can I have look into it. You are responding to a mail correspondence dating from 2007. Are you sure this isn't a mistake? What is your question? --

Re: [iText-questions] MultiColumnText alignment problems

2010-07-13 Thread aloksurati
Hi Can you please submit your code. So that I can I have look into it. Alok -- View this message in context: http://itext-general.2136553.n4.nabble.com/MultiColumnText-alignment-problems-tp2154397p2287188.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] MultiColumnText alignment problems

2007-10-07 Thread Aaron Baff
On 10/7/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Aaron Baff wrote: > > This is where we had a slight misunderstanding. I am adding some text > > at the bottom of each page in a PageEvent, however, I am also using > > HeaderFooter object and calling .setFooter() on the Document object. > > Why

Re: [iText-questions] MultiColumnText alignment problems

2007-10-07 Thread Bruno Lowagie
Aaron Baff wrote: > This is where we had a slight misunderstanding. I am adding some text > at the bottom of each page in a PageEvent, however, I am also using > HeaderFooter object and calling .setFooter() on the Document object. Why? HeaderFooter isn't mentioned in the book. It's still in iText,

Re: [iText-questions] MultiColumnText alignment problems

2007-10-06 Thread Aaron Baff
> You have a header and a footer. This header and > footer is the same on every page. You add them > with a page event and it's a piece of cake to > find out their dimensions (Y-top and Y-bottom > are the relevant coordinates). This is where we had a slight misunderstanding. I am adding some text

Re: [iText-questions] MultiColumnText alignment problems

2007-10-06 Thread Bruno Lowagie
Aaron Baff wrote: > Anyone able to help me with this? Its really important that I get this fixed. I had the impression the problem was solved. Let me retry to rephrase the situation. You have a header and a footer. This header and footer is the same on every page. You add them with a page event a

Re: [iText-questions] MultiColumnText alignment problems

2007-10-05 Thread Aaron Baff
Anyone able to help me with this? Its really important that I get this fixed. On 10/3/07, Aaron Baff <[EMAIL PROTECTED]> wrote: > > > > That's expected behavior. Make sure your header and footer > > remain inside the margins you defined when creating the > > Document object. > > > > Oh. I didn't r

Re: [iText-questions] MultiColumnText alignment problems

2007-10-03 Thread Aaron Baff
> > That's expected behavior. Make sure your header and footer > remain inside the margins you defined when creating the > Document object. > Oh. I didn't realize this. I have to set the margin before I set the footer, correct? Up until now it hasn't been a problem, and when I've tried to set the

Re: [iText-questions] MultiColumnText alignment problems

2007-10-03 Thread Bruno Lowagie (iText)
Aaron Baff wrote: > Bruno, > > I think I see what seems to be happening. With the height specified, > MultiColumnText will only go to that height, and not go onto another > page. The problem with using isOverflow() for me is I am iterating > over a list of objects each of which represents a 2 colu

Re: [iText-questions] MultiColumnText alignment problems

2007-10-02 Thread Aaron Baff
Bruno, I think I see what seems to be happening. With the height specified, MultiColumnText will only go to that height, and not go onto another page. The problem with using isOverflow() for me is I am iterating over a list of objects each of which represents a 2 column table. So I do not know eas

Re: [iText-questions] MultiColumnText alignment problems

2007-10-02 Thread Bruno Lowagie (iText)
Aaron Baff wrote: > When I try and fix this by specifying the height > I end up with only a single page worth of data Have you tried the method MultiColumnText.isOverflow(); as described in the book? br, Bruno - This SF.net