Re: [iText-questions] Numbered lists and sublists

2007-10-25 Thread Bruno Lowagie (iText)
Simon wrote: > Hi > I'm trying to make numbered list and sublist that would look like this: > 1. 1st list item > 2. 2nd list item > 2.1. 1st sublist item > 2.2. 2nd sublist item > 3. 3rd list item > > The problem is that sublists are not numbered with . but > only with . > Is it possible to solve

[iText-questions] Numbered lists and sublists

2007-10-25 Thread Simon
Hi I'm trying to make numbered list and sublist that would look like this: 1. 1st list item 2. 2nd list item 2.1. 1st sublist item 2.2. 2nd sublist item 3. 3rd list item The problem is that sublists are not numbered with . but only with . Is it possible to solve this somehow? Thank you Simon --