I've added a parameter to choose over or under. It defaults to over.

Best Regards,
Paulo Soares 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Christian Lauer
> Sent: Thursday, October 21, 2004 2:34 PM
> To: itext-questions
> Subject: [iText-questions] Problems with MultiColumnText
> 
> Hi Steve, Hi Paulo,
> 
> I've tried to replace the usage of ColumnText by 
> MultiColumnText, which
> behaves like my attempt of using the ColumnText feature. The only
> problem I've encountered so far, is that the MultiColumnText 
> is rendered
> in the background, so I'm not able to use background images in
> combination with MultiColumnText. Is this really necessary to use
> getDirectContentUnder? If not, please change it to:
> 
>                 case Element.MULTI_COLUMN_TEXT: {
>                     ensureNewLine();
>                     flushLines();
>                     MultiColumnText multiText = (MultiColumnText)
> element;
>                     float height =
> multiText.write(writer.getDirectContent(), this, indentTop() -
> currentHeight);
>                     currentHeight += height;
>                     text.moveText(0, -1f* height);
>                     pageEmpty = false;
>                     break;
>                 }
> 
> Best regards,
> Christian
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on 
> ITManagersJournal
> Use IT products in your business? Tell us what you think of 
> them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to 
> find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to