Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > The reason I got 790 was because my example was setting the YLine to be > that much. I remove that statement and I got the following output for > the folowing code: > > code: > > /status = ct.Go(); > Console.WriteLine(ct.YLine);/ > > output: > > 62 > 62 > 174 > Press any

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Hi, Appologies for the confusion. I am using a similar example to the one from your link. Also, I'm using itextsharp and a C# console application. The reason I got 790 was because my example was setting the YLine to be that much. I remove that statement and I got the following output for the fo

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Right, but that just returns 790, which is how much is set by default. > But suppose the whole column is not filled, can I find out how much of > it is occupied by text? I don't understand your question. If I run this example: http://1t3xt.info/examples/browse/?page=example

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Right, but that just returns 790, which is how much is set by default. But suppose the whole column is not filled, can I find out how much of it is occupied by text? Best regards, Ovidiu Lazar Evozon Systems 1T3XT info wrote: Ovidiu Lazar wrote: Is there a way to know how much

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Is there a way to know how much space the multicolumns have occupied on > the page? ct.getYLine(); -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Download

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Indeed, it's a good question. I worked on an example and I managed to reproduce the same functionality. But I still can't get it to return the height of the last page so i know where to continue adding text.. Here's my code:     int status = 0;     int column = 0;  

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > has anyone tried adding elements after some multicolumn text? A better question would be: is anyone still using MultiColumnText? Maybe everybody uses ColumnText instead. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
I have looked over it but I couldn't find anything related to what I'm looking for... has anyone tried adding elements after some multicolumn text? Best regards, Ovidiu Lazar Evozon Systems 1T3XT info wrote: Ovidiu Lazar wrote: Anyone? Why do you use MultiColumnText

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Anyone? Why do you use MultiColumnText if you can as well use ColumnText and get more functionality? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Downlo

Re: [iText-questions] MultiColumnText height

2010-03-04 Thread Ovidiu Lazar
Anyone? Best regards, Ovidiu Lazar Evozon Systems Ovidiu Lazar wrote: Hi everyone, This is my first subscribtion to a mailing list, I'm trying to figure out how it works, so I'm posting my question as suggested in my welcome email :) The question is: I have a MultiColumnText which spans

[iText-questions] MultiColumnText height

2010-03-03 Thread Ovidiu Lazar
Hi everyone, This is my first subscribtion to a mailing list, I'm trying to figure out how it works, so I'm posting my question as suggested in my welcome email :) The question is: I have a MultiColumnText which spans several pages. Typically, on the last page it does not fill all of it. SO, w