You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by susan atmaja <su...@hotmail.com> on 2003/06/16 05:14:45 UTC

table-row wrap

Hi,

I have a problem with table row when the content of table cell exceeds the 
witdth specified.

E.g. a table with 3 columns, with the following values : 1111, 2222, 3333
When the value of 1st column exceeds the width specified, the last few 
characters of the first column value will be overlapped with the first few 
characters of the second column, etc. And when the columns have exceeded the 
page width, then the values are truncated.

I want the following to be the output :
Each column's value is completely displayed (no overlapping).  When the end 
of table / page is reach, I want the next values to be wrapped to the next 
row.

For example,
1111	2222
3333

Please advise. Thanks.

-Susan-

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: table-row wrap

Posted by "J.Pietschmann" <j3...@yahoo.de>.
susan atmaja wrote:
> I have a problem with table row when the content of table cell exceeds 
> the witdth specified.

Did you take a look at
   http://xml.apache.org/fop/faq.html#cells-overflow

> I want the following to be the output :
> Each column's value is completely displayed (no overlapping).  When the 
> end of table / page is reach, I want the next values to be wrapped to 
> the next row.
> 
> For example,
> 1111    2222
> 3333
> 
This does not quite match typical solutions to your problem
statement. Text can easily be wrapped inside a table cell, but
you can't easily change the number of columns and rows.

J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org