Ok, I think I might have found the issue. Not sure if this is a bug. If my text has a hyphen in it, the text will not wrap. When I take it out, it wraps.
example "This is some really long text that runs into the next cell - try another phrase." will not wrap. Bones wrote: > > Hi, > > I am upgrading a stylesheet from 0.20.5 to .95 and having some trouble > with a cell not wrapping text. Here is my fo: > > <fo:table-cell wrap-option="wrap" padding-left="5px" padding-top="5px" > padding-right="5px" border-top-style="solid" border-top-width="1pt" > border-bottom-style="solid" border-bottom-width="1pt" > border-start-style="solid" border-start-width="1pt" > border-end-style="solid" border-end-width="1pt"> > > <fo:block space-after.optimum="8pt" font-size="10pt" > hyphenate="true" > wrap-option="wrap" language="en" overflow="hidden">This is some really > long text that runs into the next cell.</fo:block> > > </fo:table-cell> > > I also tried hyphenation. I downloaded the fop-hyph.jar and placed in my > /lib folder. I set my block attributes to hyphenate="true" > wrap-option="wrap" language="en" - but no luck. > > What am I missing? > > Thanks, > > -- View this message in context: http://www.nabble.com/0.95-Table-cell-not-wrapping.-tp19087050p19087218.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]
