>From http://itextdocs.lowagie.com/tutorial/objects/index.php#list
"The default first character for lists that are ordered with letters is 'A' (uppercase), you can change it to lower case with method setFirst(char first) and pass 'a' as parameter." There is no such method. I ended up using setLowerCase(boolean uppercase). By the way, how to use that method (see http://www.1t3xt.info/api/com/lowagie/text/List.html#setLowercase(boolean)) is not immediate ly clear - the parameter naming makes it a bit confusing: setLowercase public void setLowercase(boolean uppercase) Parameters: uppercase - the uppercase to set -- View this message in context: http://www.nabble.com/No-setFirst%28char-first%29-tp19096721p19096721.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
