I need to extend the options for setting table widths.

Per the spec, a table's width can be an absolute measurement, a percentage 
value, or the keyword "auto".

Right now XWPFTable.setWidth() only takes an integer.

I'd like to extend it to take in addition a percentage value or the value 
"auto" (which I suppose conceptually is an enumeration with one possible value).

There doesn't seem to be a class that represents a percentage value (at least I 
couldn't find any declarations with the string "perc" in them.

Am I missing something for working with percentage values in the XWPF API?

Thanks,

E.

--
Eliot Kimber
http://contrext.com
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to