Hi all
    i have a document with some column.One of this column have a string that
is to large for the column and then override the text of the next column.How
i can wrap the text?


[code]
<fo:table-cell border-right-color="black" border-right-style="solid"
                                                                
border-right-width="0.5pt">
                                                                <fo:block 
font-family="Times" font-size="10pt" text-align="left"
                                                                        
margin-left="2mm" margin-right="2mm" white-space-collapse="false"
linefeed-treatment="preserve" wrap-option="true">
                                                                        
<xsl:value-of disable-output-escaping="yes"
                                                                                
select="./descrizione"/>
                                                                </fo:block>
                                                        </fo:table-cell>
[/code]
-- 
View this message in context: 
http://old.nabble.com/Wrap-text-tp31153149p31153149.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to