Hi Greg,

On Mon, Feb 20, 2012 at 5:34 PM, Greg Holling <g...@holling-co.com> wrote:
> Hi, All.
>
> I've been trying to embed an ordered/unordered list in a ColumnText without 
> much luck.
>
> I'm attaching test code that illustrates the problem.  The difference between 
> these two examples is that the (unordered) list is added to the ColumnText 
> object in the first example, and to the document in the second example.  
> Output from the first example is a series of concatenated strings; output 
> from the second example is a bulleted list.
>
> Any suggestions?

Taking a quick glance at the iText source code, the problem *seems* to
be related to your addElement() call with a Paragraph instead of a
List.

addElement(list);

works.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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