RE: Plase Help in solving wrap option

2004-06-10 Thread Pascal Sancho
Hi,
wrap-option proprety only applies to fo:block, fo:inline, fo:page-number, or 
fo:page-number-citation elements (see FO rec).
Regards

Tcho

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 8 juin 2004 12:13
À : [EMAIL PROTECTED]; [EMAIL PROTECTED]
Objet : RE: Plase Help in solving wrap option

Hi Chris,
Thanks for your help now I am getting proper output.

With Regards
Bhaskar

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 2:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Plase Help in solving wrap option

[EMAIL PROTECTED] wrote:

 Hi Everybody,
 
  
 
 I have stuck in handling WRAP option, I am using the following code in

 my table but in the display still I am not able to get the result i.e 
 the data which is more than the column width will be continued to the 
 next column .

wrapping only affects text that can be broken up with spaces. So if there are 
no spaces in the text, it cannot be wrapped. You can either:

1) turn on hyphenation with properties hyphenate=true language=en
2) if you are generating your FO with a XSLT stylesheet then insert zero width 
spaces in the long text, which will allow FOP to wrap the text to a second line.

Chris



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Plase Help in solving wrap option

2004-06-08 Thread KS.Bhaskar








Hi Everybody,



I have stuck in handling WRAP option, I am using the
following code in my table but in the display still I am not able to get the result
i.e the data which is more than the column width will be continued to the next
column .



fo:table-column column-width=40mm
wrap-option=wrap/ 



Please tell how to overcome this problem.



With Regards

Bhaskar








Re: Plase Help in solving wrap option

2004-06-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
Hi Everybody,
 

I have stuck in handling WRAP option, I am using the following code in 
my table but in the display still I am not able to get the result i.e 
the data which is more than the column width will be continued to the 
next column .
wrapping only affects text that can be broken up with spaces. So if there are 
no spaces in the text, it cannot be wrapped. You can either:

1) turn on hyphenation with properties hyphenate=true language=en
2) if you are generating your FO with a XSLT stylesheet then insert zero width 
spaces in the long text, which will allow FOP to wrap the text to a second line.

Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Plase Help in solving wrap option

2004-06-08 Thread KS.Bhaskar
Hi Chris,
Thanks for your help now I am getting proper output.

With Regards
Bhaskar

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 08, 2004 2:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Plase Help in solving wrap option

[EMAIL PROTECTED] wrote:

 Hi Everybody,
 
  
 
 I have stuck in handling WRAP option, I am using the following code in

 my table but in the display still I am not able to get the result i.e 
 the data which is more than the column width will be continued to the 
 next column .

wrapping only affects text that can be broken up with spaces. So if
there are 
no spaces in the text, it cannot be wrapped. You can either:

1) turn on hyphenation with properties hyphenate=true language=en
2) if you are generating your FO with a XSLT stylesheet then insert zero
width 
spaces in the long text, which will allow FOP to wrap the text to a
second line.

Chris



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]