I have a table with a fixed column width; the block text in the cell
usually wraps, but when there is a long word that goes beyond the column
width (in my case, "NumberNumberNumber"), the work is compacted to fit
into the fixed width.
<fo:table width="100%">
<fo:table-column column-number="1"
column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2"
column-width="proportional-column-width(5)"/>
<fo:table-header font-size="9pt" border-style="solid"
border-width="0.5pt" border-color="black"
padding="0.04in"
font-weight="bold"
background-color="rgb(85%,85%,85%)">
<fo:table-row>
<fo:table-cell font-size="9pt"
border-style="solid" border-width="0.5pt" border-color="black"
padding="0.04in"
display-align="center">
<fo:block-container overflow="visible">
<fo:block space-before="3pt"
space-after="3pt">NumberNumberNumber Number</fo:block>
</fo:block-container>
</fo:table-cell>
<fo:table-cell font-size="9pt" border-style="solid"
border-width="0.5pt" border-color="black"
padding="0.04in"
display-align="center">
<fo:block-container overflow="visible">
<fo:block space-before="3pt"
space-after="3pt">Description</fo:block>
</fo:block-container>
</fo:table-cell>
</fo:table-row>
</fo:table-header>
<fo:table-body>
...
</fo:table-body>
</fo:table>
I tried with both overflow="visible" and "hidden", but with no result,
perhaps I misunderstood the meaning of this property.
Is there any way to force a word to wrap and not shrink in a cell?
Thanks in advance,
Alejandro
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
This archive was generated by hypermail 2.1.8 : Wed Sep 19 2007 - 17:10:43 PDT