You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by ra...@thisismyshirt.com on 2005/09/05 18:25:43 UTC

Large text

Hi! I have problems with large text in my template sheets. I merge cells
(both vertical and horizontal) and enable wrap text. However if I fill the
cell with too mych letters the wrapping dosent work, whole words will
sometimes not be shown. I did a quick workaround with Text Box, this work
for while. First, if the text box contains too much letters the servlet
returns a damaged filed. If I add to many text boxes, the same problem
will turn up.

Dose any one have a sollution for this problem? I would like to add whole
letters filled with text.


Kind regards


---------------------------------------------------------------------
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/


Re: Large text

Posted by anis gharabia <an...@laposte.net>.
I think you can use the trim() method for a too large text. this method solved
my problem with a big sentences assigned to a single Textbox.
regards





---------------------------------------------------------------------
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/