try this:

<fo:block hyphenate="true" hyphenation-push-character-count="2"
        hyphenation-remain-character-count="2" language="en">
        blah blah blah
</fo:block>

-----Original Message-----
From: pkrishnaswami [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 4:21 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Control of long words inside a table cell


So I guess if its a single word like a full package name in Java where the
package name is wider than the width of the cell,  I will have to force
breaking up the package name with white space. Is this right?

Prabhakar

-----Original Message-----
From: Roland Neilands [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 4:55 PM
To: [EMAIL PROTECTED]
Subject: RE: Control of long words inside a table cell


>> Use <fo:table-cell wrap-option="wrap">
> Thanks for the response; I tried this option but I did not
> see a difference;
> the text continues to over-flow the table cell width.

I saw this when testing too. Any whitespace would cause the cell contents to
wrap though. You could search the examples and/or archive for solutions
involving either hyphenation or inserting zero length whitespace at set
points.

Regards,
Roland


Reply via email to