You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Kenneth Litwak <kl...@apu.edu> on 2005/08/24 19:47:34 UTC

setCellWidth

  Simple question:

The setCellWidth example says that units are 1/256 of a character.  So I
would expect that, if you wanted a cell to be twenty characters wide,
you would have
setColumnWidth(3, 20 * 256);

However, the example seems to have nothing like that.  It is not
multiplying anything that looks like 256, factored or otherwise.  Can
someone explain this to me please?  Thanks.

Ken


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/