Ah crap.. That's what I missed. Thanks a lot! Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7
Phone 905.361.7621 Fax 905.274.3912 http://www.auricnet.ca From: Bruno Lowagie <[EMAIL PROTECTED]> To: Post all your questions about iText here <[email protected]> Date: 05/09/2008 02:03 PM Subject: Re: [iText-questions] setVertical issue. [EMAIL PROTECTED] wrote: > Did I miss something?? Possible horizontal alignment values: Element.ALIGN_LEFT, Element.ALIGN_CENTER, Element.ALIGN_RIGHT and Element.ALIGN_JUSTIFIED > cell.setHorizontalAlignment(Element.ALIGN_RIGHT); Possible vertical alignment values: Element.ALIGN_TOP, Element.ALIGN_MIDDLE and Element.ALIGN_BOTTOM In other words: > cell.setVerticalAlignment(Element.ALIGN_CENTER); should be: cell.setVerticalAlignment(Element.ALIGN_MIDDLE); br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
<<image/jpeg>>
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
