Re: [iText-questions] Problem using nested List in MultiColumnText

2009-03-18 Thread 1T3XT info
Leo wrote: ...no answer?!? See attachment. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info import java.io.FileOutputStream; import com.lowagie.text.Chunk; import com.lowagie.text.Document; import com.lowagie.text.List; import com.lowagie.text.ListItem; im

Re: [iText-questions] Problem using nested List in MultiColumnText

2009-03-14 Thread Leo
...no answer?!? - Original Message - From: Leo To: [email protected] Sent: Sunday, March 08, 2009 6:17 PM Subject: [iText-questions] Problem using nested List in MultiColumnText Hi everybody, I attached a sample of code where you can realize the

[iText-questions] Problem using nested List in MultiColumnText

2009-03-08 Thread Leo
Hi everybody, I attached a sample of code where you can realize the question: I'm trying to create a List inside a List, if you add the code directly to document it works, but if you add it into a MultiColumnText the nested list disappears. I should see the same result, isn't it? Leo Test2.java