Hi Bruno, Paulo, *

Is there any reason for not having the following constructor in
com.lowagie.text.List?

    /**
     * Creates a list
     * @param symbolIndent the indentation of the symbol
     */
    public List(float symbolIndent) {
        this.symbolIndent = symbolIndent;
    }

I know the symbolIndent can be define afterwards through
setSymbolIndent(float), but it would be convenient to set it directly
in the constructor...

Anyway, thanks for the great lib!
alexis

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to