[xep-support] Forcing a character to behave like a space forbreaking across lines in Table Cells.

Michaud, Jean-Francois Jean-Francois.Michaud at boeing.com
Fri Oct 12 11:57:23 PDT 2007


Thank you all much for your help on this, it is much appreciated! I will
test Alejandro's solution first and see, otherwise I'll implement zero
width space if necessary.

Regards, Jean-Francois Michaud

-----Original Message-----
From: Alejandro Masino [mailto:amasino at atsec.com] 
Sent: Tuesday, October 09, 2007 1:15 PM
To: xep-support at renderx.com
Subject: Re: [xep-support] Forcing a character to behave like a space
forbreaking across lines in Table Cells.

See the following piece of xsl:fo code:

<fo:table-cell>

    <fo:block hyphenate="true" hyphenation-character="">
      
 
<xsl:text>ThisIsLongEnoughToWrapInACell,ButWithNoHyphenation-CharacterSo
ItMayDoTheTrickForWhatYouNeed</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 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
>
>   


--
______________________________________________________ 

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 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

-------------------
(*) 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