Quoting Jpenuela <[EMAIL PROTECTED]>: > Thanks Bruno. With t.setAlignment(Rectangle.ALIGN_LEFT) the table starts at > the left margin, but... > > I need table ends a the right margin too, I need the my table width to be > exactly the same that the page width. > > How ?
The default width of a table is 80%. Change it to 100% with setWidth. Bruno ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
