short answer:

table.setWidth(p);
(where p is a float representing percentage)

long answer:
The documentation doesn't seem complete in this area and the mailing list may 
not always help. If youre wondering about anything else it's usually best to 
download & check the source code yourself, it's very well documented.

i.e. Table.java:

/**
 * Sets the width of this table (in percentage of the available space).
 *
 * @param       width           the width
 */

    public void setWidth(float width) {
        this.widthPercentage = width;
    }



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to