RE: [iText-questions] Add List to ListItem using ListItem.add()

2005-11-04 Thread Paulo Soares
AIL PROTECTED] On > Behalf Of Mitch Freed > Sent: Thursday, November 03, 2005 11:26 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Add List to ListItem using ListItem.add() > > Is there any reason why adding a List to a ListItem (as a > subli

[iText-questions] Add List to ListItem using ListItem.add()

2005-11-03 Thread Mitch Freed
Is there any reason why adding a List to a ListItem (as a sublist of the list) using ListItem.add() doesn't work like adding a List to a List using List.add()? There seems to be code to add a List to a ListItem, but the sublist never displays the symbol and doesn't get indented correctly. I