[xep-support] Re: Table Cell text overflowing

Alexander Peshkov peshkov at renderx.com
Mon Oct 17 07:44:54 PDT 2005


Hello Manish,

You are using keep-together="always". 'keep-together' is a shorthand,
it includes keep-together.within-line thus formatter tries to keep all
words on the same line. What you really want to say is:
  keep-together.within-column="always"

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX
  
CM> Hi

CM> I am placing a multi group of three text values inside a cell.
CM> I want each multi cell values to be together. I am using following fo
CM> code.
CM> What I want is that the line may wrap inside the cell but the text
CM> provided by the template "sup_distancess_cell" called must stay together
CM> and within the margins.

CM> <fo:table-cell>
CM>         <fo:block>
CM>                 <xsl:for-each select="rds:supplementary-gradient">
CM>                         <xsl:call-template name="sup_distancess_cell"/>
CM>                 </xsl:for-each>
CM>         </fo:block>
CM> </fo:table-cell>

CM> I am not getting the results I want as it is keeping the text together
CM> but is overflowing the margins.

CM> I am sending you the output file and the FO file as well.

CM> The problem lies under heading 'SUPPLEMENTARY TAKEOFF DISTANCES'


CM> Thanks
CM> Regards,

CM> Manish Chopra


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list