Re: [iText-questions] Is it possible to deep lists in word

2005-06-02 Thread Mark Hall
On Thursday 02 June 2005 14:58, Chirdeep Sharma wrote: > This kind of list creation works in PDF but the same code does not work in > word. > Is there a way to create this kind of list in word using itext? No. The RtfWriter2 only supports bulleted lists and lists with arabic numbers. Greetings, Ma

[iText-questions] Is it possible to deep lists in word

2005-06-02 Thread Chirdeep Sharma
This kind of list creation works in PDF but the same code does not work in word. 1.1 (Section number) A. 1. a. 2. B. 1. a. b. i. ii. 2. 1.2 (Section number). Is there a way to create this kind of list in word using