Hi!

I am a bit puzzled how nextColumn() works.
Here what I expect:

1. I have two columns: one is 5cm wide, other is the rest of the A4 page.
2. I have some texts, so I want it fall into that narrow 5cm column.
3. There is a chart image, so I want it go to wide column.

Here how I do:

1. Create a columnset from MultiColumnText.
2. columnset.addElement(Paragraph) few times.
3. columnset.nextColumn() <--- This should move insertion point to the
next column, right?
4. columnset.addElement(Image);

What I get:
1. First column is plain empty.
2. Text falls into wide, second column.
3. Image follows text.

What I still want:
1. First column contains text.
2. Image stays on second column on the top of it.


What I am missing and how it is done then? Thanks in advance.

-- 
Kind regards, BM

Things, that are stupid at the beginning, rarely ends up wisely.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to