https://issues.apache.org/bugzilla/show_bug.cgi?id=52412
J.Pietschmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from J.Pietschmann <[email protected]> 2012-01-02 21:24:52 UTC --- FOP implements XSL FO 1.0, see http://www.w3.org/TR/xsl/ Unfortunately, and somewhat counterintuitively, Common Hyphenation properties apply only to fo:block and fo:character, not fo:inline or any other inline FO. This means if you want to disable hyphenation for parts of a block, you'll have to enclose the words with keep-together.within-line="always" or something similar. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
