Re: [xep-support] Forcing a character to behave like a space for breaking across lines in Table Cells.

From: Alejandro Masino <amasino@atsec.com>
Date: Tue Oct 09 2007 - 13:14:30 PDT

See the following piece of xsl:fo code:

<fo:table-cell>

    <fo:block hyphenate="true" hyphenation-character="">
      
    <xsl:text>ThisIsLongEnoughToWrapInACell,ButWithNoHyphenation-CharacterSoItMayDoTheTrickForWhatYouNeed</xsl:text>
    </fo:block>

</fo:table-cell>

Regards,
Alejandro

______________________________________________________

Alejandro Fabio Masino
atsec information security

Visit our web-site at: www.atsec.com
@sec: the information security provider

Michaud, Jean-Francois wrote:
> Hello guys,
>
> I was wondering if anybody could help with a comma problem we are
> experiencing in PDF.
>
> It would seem that the RenderX engine, within a CELL, condenses a "word"
> in the available space instead of breaking gracefully across lines. In
> particular, we use part numbers that are separated by a comma only (not
> comma space) and the stream of letters (maybe 70 letters) is conden in a
> space of about 1 inch wide (it is of course unreadable).
>
> Is it possible to select certain characters where we want a break to
> occur? Or is a special implementation necessary to insert, for example,
> a no-width space where needed to force a break after the character we
> want to use as a line breaker (this is more processing intensive though
> and if there is a RenderX configuration solution, it would be ideal)?
>
> Thank you much.
>
> Regards
> Jean-Francois Michaud
>
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo@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
>
>

-- 
______________________________________________________ 
Alejandro Fabio Masino
atsec information security
Visit our web-site at: www.atsec.com
@sec: the information security provider
Project=General
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@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
Received on Tue Oct 9 13:55:59 2007

This archive was generated by hypermail 2.1.8 : Tue Oct 09 2007 - 13:56:00 PDT