Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

[iText-questions] RTF Lettered Lists

Chirdeep Sharma

2005-05-31


I am creating a list with default letter 'A' as starting. It creates the list in
PDF correctly but in RTF it creates a bullet instead of A.

The code:
         List l = new List(false, true, 10);
         l.setFirst('A');
         l.add("This is a test");

       List l1 = new List(true, false, 10);
         l1.setFirst(1);
         l1.add("list1");
         l.add(l1);


PDF Output:
        A. This is a test
          1. list1



RTF Output:
        * This is a test
          1. list1

Any solution to this?

Thanks,
Chirdeep.



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.