On 15 Mar 2011, at 17:00, pedro wrote: Hi Pedro
> 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? FOP implements Unicode UAX#14 line-breaking, which does not allow a break between regular alphabetic characters. The suggested workaround is to inject ZWSP (U+200B) into the text, either at carefully chosen positions or between every two characters. The main message is to give FOP a chance to break the content, without violating Unicode line-breaking rules. Hope this helps! Regards, Andreas --- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
