Jump to content

WRAP-OPTION Not Working


ritagr

Recommended Posts

Hello, I'm trying to get the "wrap-option = 'wrap'" to work within a block.I have the following code:<fo:table-cell text-align="center"> <fo:block wrap-option="wrap"> <xsl:value-of select="MODIFIERS/MOD1"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD2"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD3"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD4"/> </fo:block></fo:table-cell> The MOD4 is being cut off as it doesn't fit within the column.I don't want to make the column wider.I read somewhere not to have "keep-together='always'" on the table-row line and I do not have that property there. What do I need to do to get this column to wrap? Any help with this will be much appreciated! Thanks,Rita

Link to comment
Share on other sites

Hello, I'm trying to get the "wrap-option = 'wrap'" to work within a block.I have the following code:<fo:table-cell text-align="center"> <fo:block wrap-option="wrap"> <xsl:value-of select="MODIFIERS/MOD1"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD2"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD3"/> <fo:inline font-size="4pt"> </fo:inline> <xsl:value-of select="MODIFIERS/MOD4"/> </fo:block></fo:table-cell> The MOD4 is being cut off as it doesn't fit within the column.I don't want to make the column wider.I read somewhere not to have "keep-together='always'" on the table-row line and I do not have that property there. What do I need to do to get this column to wrap? Any help with this will be much appreciated! Thanks,Rita
Hmmm - I just changed "text-align='right'" and this time all the MODiFIERS were printed correctly in the column. Works fine when there are 4 modifiers but most times there will just be one or two and so I need to have the text aligned center.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...